Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
HDSpeculation.h47 std::lock_guard<std::mutex> Lockit(ConcurrentAccess); in getImplFor()
69 std::lock_guard<std::mutex> Lockit(ConcurrentAccess); in registerSymbolsWithAddr()
78 std::lock_guard<std::mutex> Lockit(ConcurrentAccess); in launchCompile()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDSpeculation.cpp27 std::lock_guard<std::mutex> Lockit(ConcurrentAccess); in trackImpls() local