Home
last modified time | relevance | path

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

/minix3/external/bsd/bind/dist/contrib/perftcpdns/
H A Dperftcpdns.c208 pthread_mutex_t mtxconn, mtxsent, mtxfree; /* mutexes */ variable
316 (pthread_mutex_init(&mtxfree, NULL) != 0)) { in inits()
588 if (pthread_mutex_lock(&mtxfree) != 0) { in flushconnect()
596 if (pthread_mutex_unlock(&mtxfree) != 0) { in flushconnect()
643 if (pthread_mutex_lock(&mtxfree) != 0) { in pollconnect()
652 if (pthread_mutex_unlock(&mtxfree) != 0) { in pollconnect()
732 if (pthread_mutex_lock(&mtxfree) != 0) { in pollsend()
741 if (pthread_mutex_unlock(&mtxfree) != 0) { in pollsend()
894 if (pthread_mutex_lock(&mtxfree) != 0) { in flushrecv()
902 if (pthread_mutex_unlock(&mtxfree) != 0) { in flushrecv()
[all …]