Home
last modified time | relevance | path

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

/system/libhwbinder/
DBufferedTextOutput.cpp94 static mutex_t gMutex; variable
120 mutex_lock(&gMutex); in allocBufferIndex()
132 mutex_unlock(&gMutex); in allocBufferIndex()
139 mutex_lock(&gMutex); in freeBufferIndex()
142 mutex_unlock(&gMutex); in freeBufferIndex()
/system/libhidl/libhidlmemory/
Dmapping.cpp37 static std::mutex gMutex; variable
40 std::unique_lock<std::mutex> _lock(gMutex); in getMapperService()