Searched refs:gMutex (Results 1 – 2 of 2) sorted by relevance
40 std::mutex gMutex; variable42 bool gReady GUARDED_BY(gMutex) = false;64 std::unique_lock<std::mutex> lock(gMutex); in thread_main()94 std::unique_lock<std::mutex> lock(gMutex); in TEST()
90 static mutex_t gMutex; variable116 mutex_lock(&gMutex); in allocBufferIndex()128 mutex_unlock(&gMutex); in allocBufferIndex()135 mutex_lock(&gMutex); in freeBufferIndex()138 mutex_unlock(&gMutex); in freeBufferIndex()