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

/illumos-gate/usr/src/cmd/svc/configd/
H A Dconfigd.c61 * current state. A pointer is kept to this in TSD, keyed by thread_info_key.
86 static pthread_key_t thread_info_key; variable
215 return (pthread_getspecific(thread_info_key));
282 (void) pthread_setspecific(thread_info_key, ti);
733 if ((errno = pthread_key_create(&thread_info_key,
762 (void) pthread_setspecific(thread_info_key, ti);

Completed in 60 milliseconds