Searched refs:gMutex (Results 1 – 2 of 2) sorted by relevance
41 std::mutex gMutex; variable43 bool gReady GUARDED_BY(gMutex) = false;65 std::unique_lock<std::mutex> lock(gMutex); in thread_main()93 std::unique_lock<std::mutex> lock(gMutex); in TEST()
91 static pthread_mutex_t gMutex = PTHREAD_MUTEX_INITIALIZER; variable117 pthread_mutex_lock(&gMutex); in allocBufferIndex()129 pthread_mutex_unlock(&gMutex); in allocBufferIndex()136 pthread_mutex_lock(&gMutex); in freeBufferIndex()139 pthread_mutex_unlock(&gMutex); in freeBufferIndex()