Home
last modified time | relevance | path

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

/external/cronet/base/profiler/
Dmetadata_recorder.h253 EXCLUSIVE_LOCKS_REQUIRED(write_lock_) LOCKS_EXCLUDED(read_lock_);
257 EXCLUSIVE_LOCKS_REQUIRED(write_lock_)
285 size_t inactive_item_count_ GUARDED_BY(write_lock_) = 0;
289 base::Lock write_lock_; variable
Dmetadata_recorder.cc43 AutoLock lock(write_lock_); in Set()
91 AutoLock lock(write_lock_); in Remove()
/external/libchrome/mojo/core/
Dchannel_posix.cc164 base::AutoLock lock(write_lock_); in Write()
308 base::AutoLock lock(write_lock_); in StartOnIOThread()
314 base::AutoLock lock(write_lock_); in WaitForWriteOnIOThread()
489 base::AutoLock lock(write_lock_); in OnFileCanWriteWithoutBlocking()
721 base::Lock write_lock_; member in mojo::core::__anon8d1326f50111::ChannelPosix