Home
last modified time | relevance | path

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

/xnu-12377.41.6/tests/sched/
H A Dsetitimer.c73 static pthread_mutex_t gShouldExitMutex = PTHREAD_MUTEX_INITIALIZER; variable
286 rv = pthread_mutex_lock(&gShouldExitMutex);
316 rv = pthread_cond_timedwait(&gShouldExitCondition, &gShouldExitMutex, &timeout);
352 rv = pthread_mutex_unlock(&gShouldExitMutex);
566 rv = pthread_mutex_lock(&gShouldExitMutex); in stat_thread()
568 rv = pthread_mutex_unlock(&gShouldExitMutex); in stat_thread()
599 rv = pthread_mutex_lock(&gShouldExitMutex); in statfs_thread()
601 rv = pthread_mutex_unlock(&gShouldExitMutex); in statfs_thread()