Home
last modified time | relevance | path

Searched defs:MutexGuard (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/Support/
DMutexGuard.h32 MutexGuard(sys::Mutex &m) : M(m) { M.lock(); } in MutexGuard() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMutexGuard.h32 MutexGuard(sys::Mutex &m) : M(m) { M.lock(); } in MutexGuard() function
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DMutexGuard.h32 MutexGuard(sys::Mutex &m) : M(m) { M.acquire(); } in MutexGuard() function
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
DExecutionEngine.h42 class MutexGuard; variable
77 GlobalAddressMapTy &getGlobalAddressMap(const MutexGuard &) { in getGlobalAddressMap()
82 getGlobalAddressReverseMap(const MutexGuard &) { in getGlobalAddressReverseMap()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJIT.h206 getBasicBlockAddressMap(const MutexGuard &) { in getBasicBlockAddressMap()
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h47 class MutexGuard; variable
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngine.cpp142 void *ExecutionEngineState::RemoveMapping(const MutexGuard &, in RemoveMapping()