Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/configd/
H A Dconfigd.c87 static pthread_key_t thread_info_key; variable
216 return (pthread_getspecific(thread_info_key)); in thread_self()
283 (void) pthread_setspecific(thread_info_key, ti); in thread_start()
734 if ((errno = pthread_key_create(&thread_info_key, in main()
763 (void) pthread_setspecific(thread_info_key, ti); in main()