Home
last modified time | relevance | path

Searched refs:SpinLock (Results 1 – 4 of 4) sorted by relevance

/external/llvm/test/CodeGen/Thumb2/
D2010-01-06-TailDuplicateLabels.ll8 %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…
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/
D2010-01-06-TailDuplicateLabels.ll8 %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…
/external/valgrind/drd/tests/
Dtsan_thread_wrappers_pthread.h110 class SpinLock {
112 SpinLock() { in SpinLock() function
116 ~SpinLock() { in ~SpinLock()
134 class SpinLock {
137 SpinLock() : mu_(OS_SPINLOCK_INIT) { in SpinLock() function
140 ~SpinLock() { in ~SpinLock()
Dtsan_unittest.cpp1384 SpinLock MU;