HomeSort by relevance Sort by last modified time
    Searched refs:kSpinLockSleeper (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
spinlock.cc 48 // wait before obtaining the lock. The kSpinLockSleeper state is a special
113 kSpinLockSleeper);
115 // Successfully transitioned to kSpinLockSleeper. Pass
116 // kSpinLockSleeper to the SpinLockWait routine to properly indicate
118 lock_value = kSpinLockSleeper;
155 // the full value. If wait_cycles is <= kSpinLockSleeper, then no wait
157 // CalculateWaitCycles method adds in kSpinLockSleeper cycles
162 // kSpinLockSleeper amount that would underestimate the contention slightly
167 if (wait_cycles > kSpinLockSleeper) {
179 // kSpinLockSleeper
    [all...]
spinlock.h 121 enum { kSpinLockSleeper = 2 };
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
spinlock.cc 48 // wait before obtaining the lock. The kSpinLockSleeper state is a special
113 kSpinLockSleeper);
115 // Successfully transitioned to kSpinLockSleeper. Pass
116 // kSpinLockSleeper to the SpinLockWait routine to properly indicate
118 lock_value = kSpinLockSleeper;
155 // the full value. If wait_cycles is <= kSpinLockSleeper, then no wait
157 // CalculateWaitCycles method adds in kSpinLockSleeper cycles
162 // kSpinLockSleeper amount that would underestimate the contention slightly
167 if (wait_cycles > kSpinLockSleeper) {
179 // kSpinLockSleeper
    [all...]
spinlock.h 121 enum { kSpinLockSleeper = 2 };

Completed in 43 milliseconds