Searched refs:_res_key (Results 1 – 1 of 1) sorted by relevance
52 static pthread_key_t _res_key; variable110 pthread_key_create( &_res_key, _res_thread_free ); in _res_init_key()118 rt = pthread_getspecific( _res_key ); in _res_thread_get()155 pthread_setspecific( _res_key, rt ); in _res_thread_get()170 pthread_setspecific( _res_key, NULL ); in _res_thread_get()