Lines Matching defs:print_mtx
233 pthread_mutex_t print_mtx;
455 mutex_init(&print_mtx, &mattr);
624 * We try the print_mtx for 1 sec in order to avoid garbled
627 mutex_trylock_limit(&print_mtx, TRY_PRINTMUTEX_MS);
637 * We do not need to unlock the print_mtx here because we will exit at
638 * the end of this function. Unlocking print_mtx causes problems if a
1065 mutex_lock(&print_mtx);
1068 mutex_unlock(&print_mtx);
1106 mutex_lock(&print_mtx);
1108 mutex_unlock(&print_mtx);
1229 mutex_lock(&print_mtx);
1231 mutex_unlock(&print_mtx);
1360 mutex_lock(&print_mtx);
1362 mutex_unlock(&print_mtx);
1384 mutex_lock(&print_mtx);
1396 mutex_unlock(&print_mtx);
1429 mutex_lock(&print_mtx);
1432 mutex_unlock(&print_mtx);
1538 mutex_lock(&print_mtx);
1542 mutex_unlock(&print_mtx);