Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/platform_specific/
H A Dmutex_fuchsia.h16 class PlatformMutex {
H A Dmutex_posix.h16 class PlatformMutex {
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp275 std::lock_guard<std::mutex> Lock(PlatformMutex); in teardownJITDylib()
507 std::lock_guard<std::mutex> Lock(PlatformMutex); in pushInitializersLoop()
551 std::lock_guard<std::mutex> Lock(PlatformMutex); in rt_recordInitializers()
585 std::lock_guard<std::mutex> Lock(PlatformMutex); in rt_lookupSymbol()
668 std::lock_guard<std::mutex> Lock(MP.PlatformMutex); in bootstrapPipelineRecordRuntimeFunctions()
789 std::lock_guard<std::mutex> Lock(MP.PlatformMutex); in addDSOHandleSupportPasses()
953 std::lock_guard<std::mutex> Lock(MP.PlatformMutex); in registerInitSections()
1003 std::lock_guard<std::mutex> Lock(MP.PlatformMutex); in fixTLVSectionsAndEdges()
H A DCOFFPlatform.cpp309 std::lock_guard<std::mutex> Lock(PlatformMutex); in teardownJITDylib()
478 std::lock_guard<std::mutex> Lock(PlatformMutex); in buildJDDepMap()
529 std::lock_guard<std::mutex> Lock(PlatformMutex); in pushInitializersLoop()
558 std::lock_guard<std::mutex> Lock(PlatformMutex); in rt_pushInitializers()
595 std::lock_guard<std::mutex> Lock(PlatformMutex); in rt_lookupSymbol()
789 std::lock_guard<std::mutex> Lock(CP.PlatformMutex); in associateJITDylibHeaderSymbol()
876 std::lock_guard<std::mutex> Lock(CP.PlatformMutex); in registerObjectPlatformSectionsInBootstrap()
H A DMachOPlatform.cpp354 std::lock_guard<std::mutex> Lock(PlatformMutex); in teardownJITDylib()
573 std::unique_lock<std::mutex> Lock(PlatformMutex); in MachOPlatform()
673 std::lock_guard<std::mutex> Lock(PlatformMutex); in pushInitializersLoop()
717 std::lock_guard<std::mutex> Lock(PlatformMutex); in rt_pushInitializers()
748 std::lock_guard<std::mutex> Lock(PlatformMutex); in rt_pushSymbols()
810 std::lock_guard<std::mutex> Lock(MP.PlatformMutex); in modifyPassConfig()
948 std::lock_guard<std::mutex> Lock(MP.PlatformMutex); in bootstrapPipelineRecordRuntimeFunctions()
958 std::lock_guard<std::mutex> Lock(MP.PlatformMutex); in bootstrapPipelineEnd()
976 std::lock_guard<std::mutex> Lock(MP.PlatformMutex); in associateJITDylibHeaderSymbol()
1224 std::lock_guard<std::mutex> Lock(MP.PlatformMutex); in fixTLVSectionsAndEdges()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dmutex.h16 class Mutex final : PlatformMutex {
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCOFFPlatform.h207 std::mutex PlatformMutex; variable
H A DELFNixPlatform.h272 std::mutex PlatformMutex; variable
H A DMachOPlatform.h377 std::mutex PlatformMutex; variable