OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:spinlockunlock
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/wtf/
SpinLock.h
35
// spinLockLock() and
spinLockUnlock
() are simple spinlock primitives based on
50
ALWAYS_INLINE void
spinLockUnlock
(int volatile* lock)
58
using WTF::
spinLockUnlock
;
WTF.cpp
83
spinLockUnlock
(&lock);
PageAllocator.cpp
145
spinLockUnlock
(&x->lock);
PartitionAlloc.cpp
493
spinLockUnlock
(&bitmapLock);
507
spinLockUnlock
(&bitmapLock);
PartitionAlloc.h
526
spinLockUnlock
(&root->lock);
544
spinLockUnlock
(&root->lock);
/external/chromium_org/third_party/WebKit/Source/web/tests/
SpinLockTest.cpp
75
spinLockUnlock
(&lock);
Completed in 560 milliseconds