Searched refs:idl_mtx (Results 1 – 1 of 1) sorted by relevance
61 static pthread_mutex_t idl_mtx = PTHREAD_MUTEX_INITIALIZER; variable439 (void) pthread_mutex_lock(&idl_mtx); in sigalrm()442 (void) pthread_mutex_unlock(&idl_mtx); in sigalrm()631 (void) pthread_mutex_lock(&idl_mtx); in get_stopwatch()638 (void) pthread_mutex_unlock(&idl_mtx); in get_stopwatch()1082 (void) pthread_mutex_lock(&idl_mtx); in idle()1086 (void) pthread_cond_wait(&idl_cond, &idl_mtx); in idle()1095 (void) pthread_mutex_unlock(&idl_mtx); in idle()