Home
last modified time | relevance | path

Searched refs:PlatformMutex (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp358 std::lock_guard<std::mutex> Lock(PlatformMutex); in getInitializersBuildSequencePhase()
443 std::lock_guard<std::mutex> Lock(PlatformMutex); in rt_getDeinitializers()
474 std::lock_guard<std::mutex> Lock(PlatformMutex); in rt_lookupSymbol()
559 std::lock_guard<std::mutex> Lock(PlatformMutex); in bootstrapELFNixRuntime()
573 std::unique_lock<std::mutex> Lock(PlatformMutex); in registerInitInfo()
698 std::lock_guard<std::mutex> Lock(MP.PlatformMutex); in addDSOHandleSupportPasses()
764 std::lock_guard<std::mutex> Lock(MP.PlatformMutex); in addEHAndTLVSupportPasses()
856 std::lock_guard<std::mutex> Lock(MP.PlatformMutex); in fixTLVSectionsAndEdges()
H A DCOFFPlatform.cpp279 std::lock_guard<std::mutex> Lock(PlatformMutex); in teardownJITDylib()
465 std::lock_guard<std::mutex> Lock(PlatformMutex); in buildJDDepMap()
520 std::lock_guard<std::mutex> Lock(PlatformMutex); in pushInitializersLoop()
549 std::lock_guard<std::mutex> Lock(PlatformMutex); in rt_pushInitializers()
590 std::lock_guard<std::mutex> Lock(PlatformMutex); in rt_lookupSymbol()
801 std::lock_guard<std::mutex> Lock(CP.PlatformMutex); in associateJITDylibHeaderSymbol()
867 std::lock_guard<std::mutex> Lock(CP.PlatformMutex); in registerObjectPlatformSectionsInBootstrap()
H A DMachOPlatform.cpp329 std::lock_guard<std::mutex> Lock(PlatformMutex); in teardownJITDylib()
598 std::lock_guard<std::mutex> Lock(PlatformMutex); in pushInitializersLoop()
642 std::lock_guard<std::mutex> Lock(PlatformMutex); in rt_pushInitializers()
677 std::lock_guard<std::mutex> Lock(PlatformMutex); in rt_lookupSymbol()
856 std::lock_guard<std::mutex> Lock(MP.PlatformMutex); in bootstrapPipelineRecordRuntimeFunctions()
886 std::lock_guard<std::mutex> Lock(MP.PlatformMutex); in associateJITDylibHeaderSymbol()
1030 std::lock_guard<std::mutex> Lock(MP.PlatformMutex); in fixTLVSectionsAndEdges()
1217 std::lock_guard<std::mutex> Lock(MP.PlatformMutex); in registerObjectPlatformSections()
/openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/platform_specific/
H A Dmutex_fuchsia.h16 class PlatformMutex {
H A Dmutex_posix.h16 class PlatformMutex {
/openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/
H A Dmutex.h16 class Mutex final : PlatformMutex {
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DCOFFPlatform.h208 std::mutex PlatformMutex; variable
H A DMachOPlatform.h256 std::mutex PlatformMutex; variable
H A DELFNixPlatform.h237 std::mutex PlatformMutex; variable