Home
last modified time | relevance | path

Searched refs:tsd_key (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/common/
H A Dmanifest_find.c74 static pthread_key_t tsd_key = PTHREAD_ONCE_KEY_NP; variable
137 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()