OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TallyABirth
(Results
1 - 6
of
6
) sorted by null
/external/chromium/base/
tracked.cc
100
tracked_births_ = current_thread_data->
TallyABirth
(from_here);
tracked_objects.h
493
Births*
TallyABirth
(const Location& location);
tracked_objects.cc
269
Births* ThreadData::
TallyABirth
(const Location& location) {
[
all
...]
/external/chromium_org/base/
tracked_objects_unittest.cc
46
void
TallyABirth
(const Location& location, const std::string& thread_name) {
165
// TrackingInfo will call
TallyABirth
() during construction.
279
TallyABirth
(location, std::string());
295
TallyABirth
(location, kMainThreadName);
311
TallyABirth
(location, std::string());
326
TallyABirth
(location, kMainThreadName);
341
TallyABirth
(location, kMainThreadName);
346
// TrackingInfo will call
TallyABirth
() during construction.
373
TallyABirth
(location, kMainThreadName);
378
// TrackingInfo will call
TallyABirth
() during construction
[
all
...]
tracked_objects.h
522
Births*
TallyABirth
(const Location& location);
[
all
...]
tracked_objects.cc
406
Births* ThreadData::
TallyABirth
(const Location& location) {
478
return current_thread_data->
TallyABirth
(location);
533
// (since we'll use locks on
TallyABirth
and TallyADeath). The good news is
Completed in 37 milliseconds