Searched defs:spinLockUnlock (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DSpinLock.h35 // spinLockLock() and spinLockUnlock() are simple spinlock primitives based on
50 ALWAYS_INLINE void spinLockUnlock(int volatile* lock) function in namespace:WTF
58 using WTF::spinLockUnlock;

Completed in 169 milliseconds