OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kSpinLockHeld
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
spinlock.h
74
kSpinLockHeld
) != kSpinLockFree) {
87
kSpinLockHeld
) == kSpinLockFree);
102
if (wait_cycles !=
kSpinLockHeld
) {
120
enum {
kSpinLockHeld
= 1 };
spinlock.cc
44
//
kSpinLockHeld
represents the locked state with no waiters
46
// Values greater than
kSpinLockHeld
represent the locked state with waiters,
107
if (lock_value ==
kSpinLockHeld
) {
112
kSpinLockHeld
,
114
if (lock_value ==
kSpinLockHeld
) {
159
//
kSpinLockHeld
. The adding in of these small number of cycles may
178
//
kSpinLockHeld
. Make sure the value returned is at least
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
spinlock.h
74
kSpinLockHeld
) != kSpinLockFree) {
87
kSpinLockHeld
) == kSpinLockFree);
102
if (wait_cycles !=
kSpinLockHeld
) {
120
enum {
kSpinLockHeld
= 1 };
spinlock.cc
44
//
kSpinLockHeld
represents the locked state with no waiters
46
// Values greater than
kSpinLockHeld
represent the locked state with waiters,
107
if (lock_value ==
kSpinLockHeld
) {
112
kSpinLockHeld
,
114
if (lock_value ==
kSpinLockHeld
) {
159
//
kSpinLockHeld
. The adding in of these small number of cycles may
178
//
kSpinLockHeld
. Make sure the value returned is at least
Completed in 38 milliseconds