Searched refs:tsd_key (Results 1 – 1 of 1) sorted by relevance
74 static pthread_key_t tsd_key = PTHREAD_ONCE_KEY_NP; variable137 if (pthread_key_create_once_np(&tsd_key, NULL) != 0) in get_thread_specific_data()139 tsdp = (mftsd_t *)pthread_getspecific(tsd_key); in get_thread_specific_data()150 errno = pthread_setspecific(tsd_key, tsdp); in get_thread_specific_data()