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

/external/chromium_org/mojo/system/
H A Draw_channel.h202 // |write_lock_| held.
205 // |write_lock_| held.
211 base::Lock& write_lock() { return write_lock_; }
216 // Only called under |write_lock_|.
218 write_lock_.AssertAcquired();
224 // called (on any thread) with |write_lock_| held.
241 // - the method is called on the I/O thread WITHOUT |write_lock_| held.
257 // thread (without |write_lock_| held).
268 // - the method is called under |write_lock_|.
282 // Must be called on the I/O thread WITHOUT |write_lock_| hel
316 base::Lock write_lock_; // Protects the following members. member in class:mojo::system::RawChannel
[all...]
H A Draw_channel.cc163 // No need to take the |write_lock_| here -- if there are still weak pointers
213 base::AutoLock locker(write_lock_);
231 base::AutoLock locker(write_lock_);
265 base::AutoLock locker(write_lock_);
428 base::AutoLock locker(write_lock_);
445 write_lock_.AssertAcquired();
477 // TODO(vtl): Add a "write_lock_.AssertNotAcquired()"?
485 write_lock_.AssertAcquired();
/external/chromium_org/crypto/
H A Dnss_util.cc633 return &write_lock_;
861 base::Lock write_lock_; member in class:crypto::__anon7946::NSSInitSingleton

Completed in 173 milliseconds