Searched refs:_res_key (Results 1 – 1 of 1) sorted by relevance
106 static pthread_key_t _res_key; variable109 pthread_key_create(&_res_key, _res_thread_free); in __res_key_init()116 rt = pthread_getspecific( _res_key ); in _res_thread_get()153 pthread_setspecific( _res_key, rt ); in _res_thread_get()168 pthread_setspecific( _res_key, NULL ); in _res_thread_get()