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

  /external/chromium_org/mojo/system/
raw_channel.h 189 // Must be called on the I/O thread WITHOUT |write_lock_| held.
191 // Must be called on the I/O thread WITHOUT |write_lock_| held.
197 base::Lock& write_lock() { return write_lock_; }
202 // Only called under |write_lock_|.
204 write_lock_.AssertAcquired();
210 // called (on any thread) with |write_lock_| held.
227 // - the method is called on the I/O thread WITHOUT |write_lock_| held.
243 // thread (without |write_lock_| held).
254 // - the method is called under |write_lock_|.
268 // Must be called on the I/O thread WITHOUT |write_lock_| held
300 base::Lock write_lock_; \/\/ Protects the following members. member in class:mojo::system::RawChannel
    [all...]
raw_channel.cc 166 // No need to take the |write_lock_| here -- if there are still weak pointers
214 base::AutoLock locker(write_lock_);
232 base::AutoLock locker(write_lock_);
268 base::AutoLock locker(write_lock_);
423 base::AutoLock locker(write_lock_);
441 write_lock_.AssertAcquired();
455 // TODO(vtl): Add a "write_lock_.AssertNotAcquired()"?
463 write_lock_.AssertAcquired();
  /external/chromium_org/crypto/
nss_util.cc 657 return &write_lock_;
917 base::Lock write_lock_ member in class:crypto::__anon12201::NSSInitSingleton
    [all...]

Completed in 61 milliseconds