OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:list_lock_
(Results
1 - 3
of
3
) sorted by null
/external/libchrome/base/
observer_list_threadsafe.h
124
AutoLock lock(
list_lock_
);
142
AutoLock lock(
list_lock_
);
168
AutoLock lock(
list_lock_
);
184
AutoLock lock(
list_lock_
);
223
AutoLock lock(
list_lock_
);
245
AutoLock lock(
list_lock_
);
264
mutable Lock
list_lock_
; // Protects the observer_lists_.
member in class:base::ObserverListThreadSafe
tracked_objects.cc
304
ThreadData::
list_lock_
= LAZY_INSTANCE_INITIALIZER;
member in class:tracked_objects::ThreadData
343
base::AutoLock lock(*
list_lock_
.Pointer());
351
base::AutoLock lock(*
list_lock_
.Pointer());
382
base::AutoLock lock(*
list_lock_
.Pointer());
412
// The
list_lock_
was created when we registered the callback, so it won't be
414
base::AutoLock lock(*
list_lock_
.Pointer());
684
base::AutoLock lock(*
list_lock_
.Pointer());
748
base::AutoLock lock(*
list_lock_
.Pointer());
770
base::AutoLock lock(*
list_lock_
.Pointer());
[
all
...]
tracked_objects.h
122
// requires the use of the
list_lock_
.
642
// This is only accessed while
list_lock_
is held.
647
// This is only accessed while
list_lock_
is held.
651
// the
list_lock_
is held.
655
// instance. This is only accessed while
list_lock_
is held.
660
// value is only accessed while the
list_lock_
is held.
667
static base::LazyInstance<base::Lock>::Leaky
list_lock_
;
member in class:tracked_objects::ThreadData
[
all
...]
Completed in 3047 milliseconds