Searched refs:exitLock (Results 1 – 1 of 1) sorted by relevance
90 static pthread_mutex_t exitLock = PTHREAD_MUTEX_INITIALIZER; variable476 (void) pthread_mutex_lock(&exitLock); in helper_thread()477 (void) pthread_cond_reltimedwait_np(&exitCond, &exitLock, &ts); in helper_thread()479 (void) pthread_mutex_unlock(&exitLock); in helper_thread()499 (void) pthread_mutex_lock(&exitLock); in stop_threads()502 (void) pthread_mutex_unlock(&exitLock); in stop_threads()