Lines Matching defs:thread_data
413 void ThreadData::OnThreadTermination(void* thread_data) {
414 DCHECK(thread_data); // TLS should *never* call us with a NULL.
417 reinterpret_cast<ThreadData*>(thread_data)->OnThreadTerminationCleanup();
451 for (ThreadData* thread_data = my_list; thread_data;
452 thread_data = thread_data->next()) {
453 thread_data->SnapshotExecutedTasks(current_profiling_phase,
483 for (ThreadData* thread_data = my_list; thread_data;
484 thread_data = thread_data->next()) {
485 thread_data->OnProfilingPhaseCompletedOnThread(profiling_phase);
834 ThreadData* thread_data = thread_data_list;
835 while (thread_data) {
836 thread_data = thread_data->next();