HomeSort by relevance Sort by last modified time
    Searched defs:SpinLock (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
spinlock.h 39 // SpinLock is async signal safe.
52 class LOCKABLE SpinLock {
54 SpinLock() : lockword_(kSpinLockFree) { }
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*/) {
69 // Acquire this SpinLock.
80 // Try to acquire this SpinLock without blocking and return true if the
82 // returned. If this SpinLock is free at the time of the call, TryLoc
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
spinlock.h 39 // SpinLock is async signal safe.
52 class LOCKABLE SpinLock {
54 SpinLock() : lockword_(kSpinLockFree) { }
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*/) {
69 // Acquire this SpinLock.
80 // Try to acquire this SpinLock without blocking and return true if the
82 // returned. If this SpinLock is free at the time of the call, TryLoc
    [all...]
  /external/valgrind/main/drd/tests/
tsan_thread_wrappers_pthread.h 110 class SpinLock {
112 SpinLock() {
116 ~SpinLock() {
134 class SpinLock {
137 SpinLock() : mu_(OS_SPINLOCK_INIT) {
140 ~SpinLock() {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
classpnp.h 279 KSPIN_LOCK SpinLock;
ndis.h 320 KSPIN_LOCK SpinLock;
328 KSPIN_LOCK SpinLock;
603 KSPIN_LOCK SpinLock;
    [all...]
wdm.h     [all...]

Completed in 386 milliseconds