Home
last modified time | relevance | path

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

/system/netd/resolv/
Dres_state.cpp49 } _res_thread; typedef
51 static _res_thread* res_thread_alloc(void) { in res_thread_alloc()
52 _res_thread* rt = (_res_thread*) calloc(1, sizeof(*rt)); in res_thread_alloc()
73 _res_thread* rt = (_res_thread*) _rt; in res_thread_free()
88 static _res_thread* res_thread_get(void) { in res_thread_get()
89 _res_thread* rt = (_res_thread*) pthread_getspecific(_res_key); in res_thread_get()
121 _res_thread* rt = res_thread_get(); in res_get_state()
127 _res_thread* rt = res_thread_get(); in res_get_static()