Home
last modified time | relevance | path

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

/titanic_41/usr/src/test/os-tests/tests/poll/
H A Dpoll_test.c90 static pthread_mutex_t exitLock = PTHREAD_MUTEX_INITIALIZER; variable
476 (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()