Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1284 std::mutex GeneratorsMutex; variable
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp2426 IPLS->GeneratorLock = std::unique_lock<std::mutex>(JD.GeneratorsMutex); in OL_applyQueryPhase1()