Searched refs:PlatformMutex (Results 1 – 8 of 8) sorted by relevance
7 %struct.PlatformMutex = type { i32, [40 x i8] }8 %struct.SpinLock = type { %struct.PlatformMutex }16 @_ZN3WTFL13pageheap_lockE = internal global %struct.SpinLock { %struct.PlatformMutex { i32 85004586…22 …%0 = tail call i32 @pthread_mutex_lock(%struct.PlatformMutex* getelementptr inbounds (%struct.Spi…57 …%9 = tail call i32 @pthread_mutex_unlock(%struct.PlatformMutex* getelementptr inbounds (%struct.S…78 declare i32 @pthread_mutex_lock(%struct.PlatformMutex*)80 declare i32 @pthread_mutex_unlock(%struct.PlatformMutex*)
357 std::lock_guard<std::mutex> Lock(PlatformMutex); in getInitializersBuildSequencePhase()442 std::lock_guard<std::mutex> Lock(PlatformMutex); in rt_getDeinitializers()473 std::lock_guard<std::mutex> Lock(PlatformMutex); in rt_lookupSymbol()558 std::lock_guard<std::mutex> Lock(PlatformMutex); in bootstrapELFNixRuntime()572 std::unique_lock<std::mutex> Lock(PlatformMutex); in registerInitInfo()697 std::lock_guard<std::mutex> Lock(MP.PlatformMutex); in addDSOHandleSupportPasses()763 std::lock_guard<std::mutex> Lock(MP.PlatformMutex); in addEHAndTLVSupportPasses()855 std::lock_guard<std::mutex> Lock(MP.PlatformMutex); in fixTLVSectionsAndEdges()
243 std::lock_guard<std::mutex> Lock(PlatformMutex); in teardownJITDylib()447 std::lock_guard<std::mutex> Lock(PlatformMutex); in pushInitializersLoop()496 std::lock_guard<std::mutex> Lock(PlatformMutex); in rt_pushInitializers()531 std::lock_guard<std::mutex> Lock(PlatformMutex); in rt_lookupSymbol()684 std::lock_guard<std::mutex> Lock(MP.PlatformMutex); in associateJITDylibHeaderSymbol()826 std::lock_guard<std::mutex> Lock(MP.PlatformMutex); in fixTLVSectionsAndEdges()939 std::lock_guard<std::mutex> Lock(MP.PlatformMutex); in registerObjectPlatformSections()
16 class PlatformMutex {
16 class Mutex final : PlatformMutex {
224 std::mutex PlatformMutex; variable
237 std::mutex PlatformMutex; variable