Searched defs:list_lock_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/
H A Djumplist_win.h154 // protected by the list_lock_.
158 // protected by the list_lock_.
162 // protected by the list_lock_.
172 base::Lock list_lock_; member in class:JumpList
/external/chromium_org/base/
H A Dobserver_list_threadsafe.h117 base::AutoLock lock(list_lock_);
135 base::AutoLock lock(list_lock_);
161 base::AutoLock lock(list_lock_);
227 base::AutoLock lock(list_lock_);
247 base::AutoLock lock(list_lock_);
269 base::AutoLock lock(list_lock_);
288 mutable base::Lock list_lock_; // Protects the observer_lists_. member in class:ObserverListThreadSafe
H A Dtracked_objects.h117 // requires the use of the list_lock_.
596 // This is only accessed while list_lock_ is held.
601 // This is only accessed while list_lock_ is held.
605 // the list_lock_ is held.
609 // instance. This is only accessed while list_lock_ is held.
614 // value is only accessed while the list_lock_ is held.
621 static base::LazyInstance<base::Lock>::Leaky list_lock_; member in class:tracked_objects::ThreadData
H A Dtracked_objects.cc266 ThreadData::list_lock_ = LAZY_INSTANCE_INITIALIZER; member in class:tracked_objects::ThreadData
304 base::AutoLock lock(*list_lock_.Pointer());
312 base::AutoLock lock(*list_lock_.Pointer());
342 base::AutoLock lock(*list_lock_.Pointer());
374 // The list_lock_ was created when we registered the callback, so it won't be
376 base::AutoLock lock(*list_lock_.Pointer());
694 base::AutoLock lock(*list_lock_.Pointer());
788 base::AutoLock lock(*list_lock_.Pointer());
810 base::AutoLock lock(*list_lock_.Pointer());

Completed in 374 milliseconds