Searched defs:privdoor_key (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/port/threads/
H A Ddoor_calls.c71 static pthread_key_t privdoor_key = PTHREAD_ONCE_KEY_NP; variable
76 * has TSD for the privdoor_key set to point to this structure.
227 (void) pthread_key_create_once_np(&privdoor_key,
346 if (rv == 0 && (pdd = pthread_getspecific(privdoor_key)) != NULL) {
347 (void) pthread_setspecific(privdoor_key, NULL);
522 if (pthread_setspecific(privdoor_key, (const void *)pdd) != 0) {
601 if ((pdd = pthread_getspecific(privdoor_key)) == NULL)

Completed in 22 milliseconds