Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1190 std::mutex GeneratorsMutex; variable
1694 std::lock_guard<std::mutex> Lock(GeneratorsMutex); in addGenerator()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp642 std::lock_guard<std::mutex> Lock(GeneratorsMutex); in removeGenerator()
2295 IPLS->GeneratorLock = std::unique_lock<std::mutex>(JD.GeneratorsMutex); in OL_applyQueryPhase1()