Lines Matching refs:mtxconn
198 pthread_mutex_t mtxconn, mtxsent, mtxfree; /* mutexes */
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);