Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp406 std::lock_guard<std::mutex> Lock(PendingObjsLock); in notifyMaterializing()
430 std::lock_guard<std::mutex> Lock(PendingObjsLock); in modifyPassConfig()
449 std::lock_guard<std::mutex> Lock(PendingObjsLock); in notifyEmitted()
489 std::lock_guard<std::mutex> Lock(PendingObjsLock); in notifyFailed()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.h96 std::mutex PendingObjsLock; variable