Searched defs:mtxsent (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
305 (pthread_mutex_init(&mtxsent, NULL) != 0) ||
741 if (pthread_mutex_lock(&mtxsent) != 0) {
749 if (pthread_mutex_unlock(&mtxsent) != 0) {
868 if (pthread_mutex_lock(&mtxsent) != 0) {
875 if (pthread_mutex_unlock(&mtxsent) != 0) {
918 if (pthread_mutex_lock(&mtxsent) != 0) {
925 if (pthread_mutex_unlock(&mtxsent) != 0) {

Completed in 16 milliseconds