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

  /external/chromium_org/base/
observer_list_threadsafe.h 117 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
tracked_objects.cc 266 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());
tracked_objects.h 117 // 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
    [all...]
  /external/chromium_org/chrome/browser/
jumplist_win.cc 289 base::AutoLock auto_lock(list_lock_);
342 base::AutoLock auto_lock(list_lock_);
389 base::AutoLock auto_lock(list_lock_);
420 base::AutoLock auto_lock(list_lock_);
438 base::AutoLock auto_lock(list_lock_);
464 base::AutoLock auto_lock(list_lock_);
jumplist_win.h 154 // 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

Completed in 70 milliseconds