Searched defs:SpinLock (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dspinlock.h39 // SpinLock is async signal safe.
52 class LOCKABLE SpinLock { class
54 SpinLock() : lockword_(kSpinLockFree) { } function in class:SpinLock
56 // Special constructor for use with static SpinLock objects. E.g.,
58 // static SpinLock lock(base::LINKER_INITIALIZED);
62 // A SpinLock constructed like this can be freely used from global
65 explicit SpinLock(base::LinkerInitialized /*x*/) { function in class:SpinLock
69 // Acquire this SpinLock.
80 // Try to acquire this SpinLock without blocking and return true if the
82 // returned. If this SpinLock i
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dspinlock.h39 // SpinLock is async signal safe.
52 class LOCKABLE SpinLock { class
54 SpinLock() : lockword_(kSpinLockFree) { } function in class:SpinLock
56 // Special constructor for use with static SpinLock objects. E.g.,
58 // static SpinLock lock(base::LINKER_INITIALIZED);
62 // A SpinLock constructed like this can be freely used from global
65 explicit SpinLock(base::LinkerInitialized /*x*/) { function in class:SpinLock
69 // Acquire this SpinLock.
80 // Try to acquire this SpinLock without blocking and return true if the
82 // returned. If this SpinLock i
[all...]
/external/valgrind/main/drd/tests/
H A Dtsan_thread_wrappers_pthread.h110 class SpinLock { class
112 SpinLock() { function in class:SpinLock
116 ~SpinLock() {
134 class SpinLock { class
137 SpinLock() : mu_(OS_SPINLOCK_INIT) { function in class:SpinLock
140 ~SpinLock() {

Completed in 114 milliseconds