Searched refs:thread_info_key (Results 1 – 1 of 1) sorted by relevance
86 static pthread_key_t thread_info_key; variable215 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()