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

/osnet-11/usr/src/lib/libc/port/threads/
H A Dtsd.c62 * Unfortunately, pthread_getspecific() specifies that a
63 * pthread_getspecific() on an allocated key upon which the
71 * val = pthread_getspecific(key);
75 * pthread_getspecific() in the above example must return NULL
85 * (2) Never reuse deleted keys. This allows the pthread_getspecific()
92 * pthread_getspecific() while allowing for simple key creation
204 * Blessedly, the pthread_getspecific() interface is much better than the
206 * Thus, if the key specified is bogus, pthread_getspecific()'s behavior
214 pthread_getspecific(pthread_key_t key) function
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dthreads.c118 # pragma weak pthread_getspecific macro
139 if (&pthread_getspecific == 0
245 t = pthread_getspecific(key);
294 t = pthread_getspecific(key);

Completed in 23 milliseconds