OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:next_thread_data
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/base/
tracked_objects.cc
847
ThreadData*
next_thread_data
= thread_data_list;
local
850
for (BirthMap::iterator it =
next_thread_data
->birth_map_.begin();
851
next_thread_data
->birth_map_.end() != it; ++it)
853
delete
next_thread_data
; // Includes all Death Records.
/external/chromium/base/
tracked_objects.cc
513
ThreadData*
next_thread_data
= thread_data_list;
local
516
for (BirthMap::iterator it =
next_thread_data
->birth_map_.begin();
517
next_thread_data
->birth_map_.end() != it; ++it)
519
next_thread_data
->birth_map_.clear();
520
next_thread_data
->death_map_.clear();
521
delete
next_thread_data
; // Includes all Death Records.
[
all
...]
Completed in 54 milliseconds