Searched refs:pthread_setspecific (Results 1 – 4 of 4) sorted by relevance
155 pthread_setspecific( _res_key, rt ); in _res_thread_get()170 pthread_setspecific( _res_key, NULL ); in _res_thread_get()
259 int pthread_setspecific(pthread_key_t key, const void *value);
161 if ( pthread_setspecific(the_key, s) != 0 ) { in __stubs_state()
1744 int pthread_setspecific(pthread_key_t key, const void *ptr) in pthread_setspecific() function