Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
DMultifileBlobCache.h187 std::mutex mWorkerMutex; variable
DMultifileBlobCache.cpp886 std::unique_lock<std::mutex> lock(mWorkerMutex); in processTasksImpl()
926 std::lock_guard<std::mutex> queueLock(mWorkerMutex); in queueTask()
933 std::unique_lock<std::mutex> lock(mWorkerMutex); in waitForWorkComplete()