Searched defs:mtxconn (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/contrib/perftcpdns/
H A Dperftcpdns.c198 pthread_mutex_t mtxconn, mtxsent, mtxfree; /* mutexes */ variable
304 if ((pthread_mutex_init(&mtxconn, NULL) != 0) ||
562 if (pthread_mutex_lock(&mtxconn) != 0) {
569 if (pthread_mutex_unlock(&mtxconn) != 0) {
613 if (pthread_mutex_lock(&mtxconn) != 0) {
620 if (pthread_mutex_unlock(&mtxconn) != 0) {
1087 ret = pthread_mutex_lock(&mtxconn);
1096 ret = pthread_mutex_unlock(&mtxconn);
1252 ret = pthread_mutex_lock(&mtxconn);
1261 ret = pthread_mutex_unlock(&mtxconn);
[all...]

Completed in 14 milliseconds