Home
last modified time | relevance | path

Searched refs:idl_mtx (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Desi.c61 static pthread_mutex_t idl_mtx = PTHREAD_MUTEX_INITIALIZER; variable
439 (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()