Searched refs:mtxfree (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
306 (pthread_mutex_init(&mtxfree, NULL) != 0)) {
578 if (pthread_mutex_lock(&mtxfree) != 0) {
586 if (pthread_mutex_unlock(&mtxfree) != 0) {
633 if (pthread_mutex_lock(&mtxfree) != 0) {
642 if (pthread_mutex_unlock(&mtxfree) != 0) {
722 if (pthread_mutex_lock(&mtxfree) != 0) {
731 if (pthread_mutex_unlock(&mtxfree) != 0) {
884 if (pthread_mutex_lock(&mtxfree) != 0) {
892 if (pthread_mutex_unlock(&mtxfree) !
[all...]

Completed in 17 milliseconds