Home
last modified time | relevance | path

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

/xnu-11417.101.15/tests/ !
H A Dsetitimer.c70 static pthread_mutex_t gShouldExitMutex = PTHREAD_MUTEX_INITIALIZER; variable
269 rv = pthread_mutex_lock(&gShouldExitMutex);
291 rv = pthread_cond_timedwait(&gShouldExitCondition, &gShouldExitMutex, &timeout);
319 rv = pthread_mutex_unlock(&gShouldExitMutex);
499 rv = pthread_mutex_lock(&gShouldExitMutex); in stat_thread()
501 rv = pthread_mutex_unlock(&gShouldExitMutex); in stat_thread()
532 rv = pthread_mutex_lock(&gShouldExitMutex); in statfs_thread()
534 rv = pthread_mutex_unlock(&gShouldExitMutex); in statfs_thread()