Searched refs:SpinLock (Results 1 – 11 of 11) sorted by relevance
291 class SpinLock {293 SpinLock() { in SpinLock() function296 ~SpinLock() { in ~SpinLock()311 class SpinLock {314 SpinLock() : mu_(OS_SPINLOCK_INIT) { in SpinLock() function317 ~SpinLock() { in ~SpinLock()
914 SpinLock sl;
1072 SpinLock MU;
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()
1380 SpinLock MU;
281 typedef TCMalloc_SpinLock SpinLock; typedef
72 static SpinLock spinlock = SPINLOCK_INITIALIZER;
678 static SpinLock sample_period_lock = SPINLOCK_INITIALIZER;2403 SpinLock lock_;2440 static SpinLock pageheap_lock = SPINLOCK_INITIALIZER;2675 SpinLock *held_, *temp_;2677 inline explicit LockInverter(SpinLock* held, SpinLock *temp) in LockInverter()4030 static SpinLock set_new_handler_lock = SPINLOCK_INITIALIZER; in CreateCacheIfNecessary()
484 static SpinLock spinlock = SPINLOCK_INITIALIZER;
19354 Implement the SpinLock with InterlockedExchange from the Windows API.