OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_thread_data
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/
tracked.cc
97
ThreadData*
current_thread_data
= ThreadData::current();
local
98
if (!
current_thread_data
)
100
tracked_births_ =
current_thread_data
->TallyABirth(from_here);
/external/chromium_org/base/
tracked_objects.cc
286
ThreadData*
current_thread_data
=
288
if (
current_thread_data
)
290
current_thread_data
= new ThreadData(suggested_name);
291
tls_index_.Set(
current_thread_data
);
444
ThreadData*
current_thread_data
= Get();
445
if (!
current_thread_data
)
447
return
current_thread_data
->TallyABirth(location);
464
ThreadData*
current_thread_data
= Get();
465
if (!
current_thread_data
)
481
current_thread_data
->TallyADeath(*birth, queue_duration, run_duration)
732
ThreadData*
current_thread_data
= Get();
local
[
all
...]
Completed in 2880 milliseconds