Home
last modified time | relevance | path

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

/external/libchrome/base/
Dtracked_objects.cc371 ThreadData* current_thread_data = in InitializeThreadContext() local
373 if (current_thread_data) in InitializeThreadContext()
375 current_thread_data = new ThreadData(suggested_name); in InitializeThreadContext()
376 tls_index_.Set(current_thread_data); in InitializeThreadContext()
543 ThreadData* current_thread_data = Get(); in TallyABirthIfActive() local
544 if (!current_thread_data) in TallyABirthIfActive()
546 return current_thread_data->TallyABirth(location); in TallyABirthIfActive()
559 ThreadData* current_thread_data = stopwatch.GetThreadData(); in TallyRunOnNamedThreadIfTracking() local
560 if (!current_thread_data) in TallyRunOnNamedThreadIfTracking()
574 current_thread_data->TallyADeath(*births, queue_duration, stopwatch); in TallyRunOnNamedThreadIfTracking()
[all …]