OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:spinlock
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/JavaScriptCore/wtf/
TCSystemAlloc.cpp
72
static
SpinLock
spinlock
= SPINLOCK_INITIALIZER;
variable
345
SpinLockHolder lock_holder(&
spinlock
);
/external/webkit/Source/JavaScriptCore/jit/
ExecutableAllocatorFixedVMPool.cpp
484
static
SpinLock
spinlock
= SPINLOCK_INITIALIZER;
member in namespace:JSC
490
SpinLockHolder lockHolder(&
spinlock
);
501
SpinLockHolder lock_holder(&
spinlock
);
516
SpinLockHolder lock_holder(&
spinlock
);
523
SpinLockHolder lock_holder(&
spinlock
);
Completed in 758 milliseconds