HomeSort by relevance Sort by last modified time
    Searched defs:spinlock (Results 1 - 3 of 3) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
spinlock_pt.hpp 26 class spinlock class in namespace:boost::detail
55 spinlock & sp_;
62 explicit scoped_lock( spinlock & sp ): sp_( sp )
spinlock_sync.hpp 30 class spinlock class in namespace:boost::detail
63 spinlock & sp_;
70 explicit scoped_lock( spinlock & sp ): sp_( sp )
  /external/chromium_org/third_party/WebKit/Source/wtf/
TCSystemAlloc.cpp 66 static SpinLock spinlock = SPINLOCK_INITIALIZER; variable
199 SpinLockHolder lock_holder(&spinlock);

Completed in 75 milliseconds