Lines Matching refs:mtxfree
198 pthread_mutex_t mtxconn, mtxsent, mtxfree; /* mutexes */
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) != 0) {
935 if (pthread_mutex_lock(&mtxfree) != 0) {
943 if (pthread_mutex_unlock(&mtxfree) != 0) {
1035 ret = pthread_mutex_lock(&mtxfree);
1043 ret = pthread_mutex_unlock(&mtxfree);
1070 ret = pthread_mutex_lock(&mtxfree);
1078 ret = pthread_mutex_unlock(&mtxfree);
1203 ret = pthread_mutex_lock(&mtxfree);
1211 ret = pthread_mutex_unlock(&mtxfree);
1235 ret = pthread_mutex_lock(&mtxfree);
1243 ret = pthread_mutex_unlock(&mtxfree);