Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp400 std::lock_guard<std::mutex> Lock(PendingObjsLock); in notifyMaterializing()
418 std::lock_guard<std::mutex> Lock(PendingObjsLock); in modifyPassConfig()
437 std::lock_guard<std::mutex> Lock(PendingObjsLock); in notifyEmitted()
476 std::lock_guard<std::mutex> Lock(PendingObjsLock); in notifyFailed()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.h76 std::mutex PendingObjsLock; variable