Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/svc/configd/
H A Dconfigd.c86 static pthread_key_t thread_info_key; variable
215 return (pthread_getspecific(thread_info_key)); in thread_self()
282 (void) pthread_setspecific(thread_info_key, ti); in thread_start()
733 if ((errno = pthread_key_create(&thread_info_key, in main()
762 (void) pthread_setspecific(thread_info_key, ti); in main()