Home
last modified time | relevance | path

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

/dports/dns/dnshistory/dnshistory-1.3/src/
H A Ddnshistory.h217 extern pthread_mutex_t mutex_malloc_dns_list;
H A Ddnshistory.c232 pthread_mutex_t mutex_malloc_dns_list = PTHREAD_MUTEX_INITIALIZER; variable
835 pthread_mutex_lock(&mutex_malloc_dns_list); in add_address()
837 pthread_mutex_unlock(&mutex_malloc_dns_list); in add_address()
1298 err = pthread_mutex_lock(&mutex_malloc_dns_list); in add_old_address()
1301 err = pthread_mutex_unlock(&mutex_malloc_dns_list); in add_old_address()
1504 err = pthread_mutex_lock(&mutex_malloc_dns_list); in address_exists()
1507 err = pthread_mutex_unlock(&mutex_malloc_dns_list); in address_exists()