Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLazyReexports.cpp29 std::lock_guard<std::mutex> Lock(LCTMMutex); in getCallThroughTrampoline()
47 std::lock_guard<std::mutex> Lock(LCTMMutex); in findReexport()
60 std::lock_guard<std::mutex> Lock(LCTMMutex); in notifyResolved()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h77 std::mutex LCTMMutex; variable