OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TallyABirth
(Results
1 - 3
of
3
) sorted by null
/external/libchrome/base/
tracked_objects_unittest.cc
52
void
TallyABirth
(const Location& location, const std::string& thread_name) {
187
// TrackingInfo will call
TallyABirth
() during construction.
381
TallyABirth
(location, std::string());
403
TallyABirth
(location, kMainThreadName);
424
TallyABirth
(location, std::string());
437
TallyABirth
(location, kMainThreadName);
450
TallyABirth
(location, kMainThreadName);
454
// TrackingInfo will call
TallyABirth
() during construction.
479
TallyABirth
(location, kMainThreadName);
483
// TrackingInfo will call
TallyABirth
() during construction
[
all
...]
tracked_objects.h
588
Births*
TallyABirth
(const Location& location);
[
all
...]
tracked_objects.cc
489
Births* ThreadData::
TallyABirth
(const Location& location) {
546
return current_thread_data->
TallyABirth
(location);
591
// (since we'll use locks on
TallyABirth
and TallyADeath). The good news is
[
all
...]
Completed in 415 milliseconds