Searched refs:SpinLock (Results 1 – 4 of 4) sorted by relevance
8 %struct.SpinLock = type { %struct.PlatformMutex }16 … = internal global %struct.SpinLock { %struct.PlatformMutex { i32 850045863, [40 x i8] zeroinitial…22 …ex_lock(%struct.PlatformMutex* getelementptr inbounds (%struct.SpinLock, %struct.SpinLock* @_ZN3WT…57 …_unlock(%struct.PlatformMutex* getelementptr inbounds (%struct.SpinLock, %struct.SpinLock* @_ZN3WT…
8 %struct.SpinLock = type { %struct.PlatformMutex }16 … = internal global %struct.SpinLock { %struct.PlatformMutex { i32 850045863, [40 x i8] zeroinitial…22 …hread_mutex_lock(%struct.PlatformMutex* getelementptr inbounds (%struct.SpinLock* @_ZN3WTFL13pageh…57 …ead_mutex_unlock(%struct.PlatformMutex* getelementptr inbounds (%struct.SpinLock* @_ZN3WTFL13pageh…
110 class SpinLock {112 SpinLock() { in SpinLock() function116 ~SpinLock() { in ~SpinLock()134 class SpinLock {137 SpinLock() : mu_(OS_SPINLOCK_INIT) { in SpinLock() function140 ~SpinLock() { in ~SpinLock()
1384 SpinLock MU;