Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.h97 std::mutex RegisteredObjsLock; variable
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp478 std::lock_guard<std::mutex> Lock(RegisteredObjsLock); in notifyEmitted()
499 std::lock_guard<std::mutex> Lock(RegisteredObjsLock); in notifyTransferringResources()
514 std::lock_guard<std::mutex> Lock(RegisteredObjsLock); in notifyRemovingResources()