Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSpeculation.h48 std::lock_guard<std::mutex> Lockit(ConcurrentAccess); in getImplFor()
70 std::lock_guard<std::mutex> Lockit(ConcurrentAccess); in registerSymbolsWithAddr()
79 std::lock_guard<std::mutex> Lockit(ConcurrentAccess); in launchCompile()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSpeculation.cpp29 std::lock_guard<std::mutex> Lockit(ConcurrentAccess); in trackImpls() local