Lines Matching defs:lock
12 #include "base/synchronization/lock.h"
24 // object is thread-safe, with its state being protected by a single lock
26 // |lock()| method).
34 // NOTE(vtl): This puts a big lock around each dispatcher (i.e., handle), and
35 // prevents the various |...ImplNoLock()|s from releasing the lock as soon as
91 // under the dispatcher's lock.
148 base::Lock& lock() const { return lock_; }
153 // For |WriteMessage()|, |CoreImpl| needs access to |lock()| and
159 mutable base::Lock lock_;