Searched refs:monitor_mutex (Results 1 – 1 of 1) sorted by relevance
183 static pthread_mutex_t monitor_mutex = PTHREAD_MUTEX_INITIALIZER; variable5777 (void) pthread_mutex_lock(&monitor_mutex); in monitor_node_status()5781 err = pthread_cond_timedwait(&monitor_cv, &monitor_mutex, &to); in monitor_node_status()5783 (void) pthread_mutex_unlock(&monitor_mutex); in monitor_node_status()