Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/svc/configd/
H A Dconfigd.c84 static pthread_key_t thread_info_key; variable
201 return (pthread_getspecific(thread_info_key)); in thread_self()
268 (void) pthread_setspecific(thread_info_key, ti); in thread_start()
719 if ((errno = pthread_key_create(&thread_info_key, in main()
748 (void) pthread_setspecific(thread_info_key, ti); in main()