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.c1250 static pthread_mutex_t _res_cache_list_lock; variable
1307 pthread_cond_timedwait(&ri->cond, &_res_cache_list_lock, &ts); in _cache_check_pending_request_locked()
1356 pthread_mutex_lock(&_res_cache_list_lock); in _resolv_cache_query_failed()
1364 pthread_mutex_unlock(&_res_cache_list_lock); in _resolv_cache_query_failed()
1641 pthread_mutex_lock(&_res_cache_list_lock); in _resolv_cache_lookup()
1700 pthread_mutex_unlock(&_res_cache_list_lock); in _resolv_cache_lookup()
1725 pthread_mutex_lock(&_res_cache_list_lock); in _resolv_cache_add()
1779 pthread_mutex_unlock(&_res_cache_list_lock); in _resolv_cache_add()
1823 pthread_mutex_init(&_res_cache_list_lock, NULL); in _res_cache_init()
1850 pthread_mutex_lock(&_res_cache_list_lock); in _resolv_flush_cache_for_net()
[all …]