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