Home
last modified time | relevance | path

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

/external/valgrind/unittest/
Dthread_wrappers_pthread.h291 class SpinLock {
293 SpinLock() { in SpinLock() function
296 ~SpinLock() { in ~SpinLock()
311 class SpinLock {
314 SpinLock() : mu_(OS_SPINLOCK_INIT) { in SpinLock() function
317 ~SpinLock() { in ~SpinLock()
Dposix_tests.cc914 SpinLock sl;
Dracecheck_unittest.cc1072 SpinLock MU;
/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 …hread_mutex_lock(%struct.PlatformMutex* getelementptr inbounds (%struct.SpinLock* @_ZN3WTFL13pageh…
57 …ead_mutex_unlock(%struct.PlatformMutex* getelementptr inbounds (%struct.SpinLock* @_ZN3WTFL13pageh…
/external/valgrind/main/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.cpp1380 SpinLock MU;
/external/webkit/Source/JavaScriptCore/wtf/
DTCSpinLock.h281 typedef TCMalloc_SpinLock SpinLock; typedef
DTCSystemAlloc.cpp72 static SpinLock spinlock = SPINLOCK_INITIALIZER;
DFastMalloc.cpp678 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()
/external/webkit/Source/JavaScriptCore/jit/
DExecutableAllocatorFixedVMPool.cpp484 static SpinLock spinlock = SPINLOCK_INITIALIZER;
/external/webkit/Source/JavaScriptCore/
DChangeLog-2011-02-1619354 Implement the SpinLock with InterlockedExchange from the Windows API.