Searched refs:gShouldExitMutex (Results 1 – 1 of 1) sorted by relevance
73 static pthread_mutex_t gShouldExitMutex = PTHREAD_MUTEX_INITIALIZER; variable286 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()