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 263 ThreadData::list_lock_ = LAZY_INSTANCE_INITIALIZER; member in class:tracked_objects::ThreadData
299 base::AutoLock lock(*list_lock_.Pointer());
307 base::AutoLock lock(*list_lock_.Pointer());
337 base::AutoLock lock(*list_lock_.Pointer());
369 // The list_lock_ was created when we registered the callback, so it won't be
371 base::AutoLock lock(*list_lock_.Pointer());
693 base::AutoLock lock(*list_lock_.Pointer());
793 base::AutoLock lock(*list_lock_.Pointer());
815 base::AutoLock lock(*list_lock_.Pointer());
tracked_objects.h 117 // requires the use of the list_lock_.
592 // This is only accessed while list_lock_ is held.
597 // This is only accessed while list_lock_ is held.
601 // the list_lock_ is held.
605 // instance. This is only accessed while list_lock_ is held.
610 // value is only accessed while the list_lock_ is held.
617 static base::LazyInstance<base::Lock>::Leaky list_lock_; member in class:tracked_objects::ThreadData
    [all...]
  /external/chromium_org/chrome/browser/
jumplist_win.h 166 // protected by the list_lock_.
170 // protected by the list_lock_.
174 // protected by the list_lock_.
184 base::Lock list_lock_; member in class:JumpList
jumplist_win.cc 285 base::AutoLock auto_lock(list_lock_);
338 base::AutoLock auto_lock(list_lock_);
384 base::AutoLock auto_lock(list_lock_);
413 base::AutoLock auto_lock(list_lock_);
433 base::AutoLock auto_lock(list_lock_);

Completed in 344 milliseconds