Home
last modified time | relevance | path

Searched refs:_res_key (Results 1 – 1 of 1) sorted by relevance

/system/netd/resolv/
Dres_state.cpp82 static pthread_key_t _res_key; variable
85 pthread_key_create(&_res_key, res_thread_free); in __res_key_init()
89 _res_thread* rt = (_res_thread*) pthread_getspecific(_res_key); in res_thread_get()
100 pthread_setspecific(_res_key, rt); in res_thread_get()
112 pthread_setspecific(_res_key, NULL); in res_thread_get()