Searched refs:pthread_setspecific (Results 1 – 4 of 4) sorted by relevance
117 pthread_setspecific( _res_key, rt ); in _res_thread_get()131 pthread_setspecific( _res_key, rt ); in _res_thread_get()
192 int pthread_setspecific(pthread_key_t key, const void *value);
89 if ( pthread_setspecific(the_key, s) != 0 ) { in __stubs_state()
1435 int pthread_setspecific(pthread_key_t key, const void *ptr) in pthread_setspecific() function