Home
last modified time | relevance | path

Searched refs:current_thread_data (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/
Dtracked_objects.cc362 ThreadData* current_thread_data = in InitializeThreadContext() local
364 if (current_thread_data) in InitializeThreadContext()
366 current_thread_data = new ThreadData(suggested_name); in InitializeThreadContext()
367 tls_index_.Set(current_thread_data); in InitializeThreadContext()
524 ThreadData* current_thread_data = Get(); in TallyABirthIfActive() local
525 if (!current_thread_data) in TallyABirthIfActive()
527 return current_thread_data->TallyABirth(location); in TallyABirthIfActive()
540 ThreadData* current_thread_data = stopwatch.GetThreadData(); in TallyRunOnNamedThreadIfTracking() local
541 if (!current_thread_data) in TallyRunOnNamedThreadIfTracking()
555 current_thread_data->TallyADeath(*births, queue_duration, stopwatch); in TallyRunOnNamedThreadIfTracking()
[all …]