Searched refs:shared_exclusive_lock_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dsharedexclusivelock_unittest.cc35 : shared_exclusive_lock_(shared_exclusive_lock),
47 SharedExclusiveLock* shared_exclusive_lock_; member in class:rtc::SharedExclusiveTask
74 SharedScope ss(shared_exclusive_lock_);
107 ExclusiveScope es(shared_exclusive_lock_);
127 shared_exclusive_lock_.reset(new SharedExclusiveLock());
131 scoped_ptr<SharedExclusiveLock> shared_exclusive_lock_; member in class:rtc::SharedExclusiveLockTest
139 ReadTask reader0(shared_exclusive_lock_.get(), &value_, &done0);
140 ReadTask reader1(shared_exclusive_lock_.get(), &value_, &done1);
144 SharedScope ss(shared_exclusive_lock_.get());
163 WriteTask writer(shared_exclusive_lock_
[all...]

Completed in 270 milliseconds