Home | History | Annotate | Download | only in base

Lines Matching refs:next_thread_data

513     ThreadData* next_thread_data = thread_data_list;
516 for (BirthMap::iterator it = next_thread_data
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.