Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1299 std::mutex GeneratorsMutex; variable
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp2428 IPLS->GeneratorLock = std::unique_lock<std::mutex>(JD.GeneratorsMutex); in OL_applyQueryPhase1()