Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h1171 std::mutex GeneratorsMutex; variable
1514 std::lock_guard<std::mutex> Lock(GeneratorsMutex); in addGenerator()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DCore.cpp620 std::lock_guard<std::mutex> Lock(GeneratorsMutex); in removeGenerator()
2153 IPLS->GeneratorLock = std::unique_lock<std::mutex>(JD.GeneratorsMutex); in OL_applyQueryPhase1()