Home
last modified time | relevance | path

Searched refs:getLock (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DThreadSafeModule.h67 Lock getLock() const { in getLock() function
93 auto L = TSCtx.getLock();
115 auto L = TSCtx.getLock(); in ~ThreadSafeModule()
136 auto Lock = TSCtx.getLock();
145 auto Lock = TSCtx.getLock();
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DResourceManager.h90 sw::MutexLock *getLock() { return &mMutex; } in getLock() function
DContext.h675 sw::MutexLock *getResourceLock() { return mResourceManager->getLock(); } in getResourceLock()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
DDisplay.h90 sw::RecursiveLock *getLock() { return &mApiMutex; } in getLock() function
DlibEGL.cpp42 return display->getLock(); in getDisplayLock()