Home
last modified time | relevance | path

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

/bionic/libc/dns/resolv/
Dres_cache.c1308 static pthread_mutex_t _res_cache_list_lock; variable
1365 pthread_cond_timedwait(&ri->cond, &_res_cache_list_lock, &ts); in _cache_check_pending_request_locked()
1414 pthread_mutex_lock(&_res_cache_list_lock); in _resolv_cache_query_failed()
1422 pthread_mutex_unlock(&_res_cache_list_lock); in _resolv_cache_query_failed()
1699 pthread_mutex_lock(&_res_cache_list_lock); in _resolv_cache_lookup()
1758 pthread_mutex_unlock(&_res_cache_list_lock); in _resolv_cache_lookup()
1783 pthread_mutex_lock(&_res_cache_list_lock); in _resolv_cache_add()
1837 pthread_mutex_unlock(&_res_cache_list_lock); in _resolv_cache_add()
1874 pthread_mutex_init(&_res_cache_list_lock, NULL); in _res_cache_init()
1901 pthread_mutex_lock(&_res_cache_list_lock); in _resolv_flush_cache_for_net()
[all …]