Searched refs:mtxfree (Results 1 – 1 of 1) sorted by relevance
208 pthread_mutex_t mtxconn, mtxsent, mtxfree; /* mutexes */ variable316 (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 …]