OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:profiler_pthread
(Results
1 - 1
of
1
) sorted by null
/art/runtime/jit/
profile_saver.cc
298
static void SampleClassesAndExecutedMethods(pthread_t
profiler_pthread
,
313
if (pthread_self() ==
profiler_pthread
) {
314
sdp.reset(new ScopedDefaultPriority(
profiler_pthread
));
397
pthread_t
profiler_pthread
;
local
400
profiler_pthread
= profiler_pthread_;
405
SampleClassesAndExecutedMethods(
profiler_pthread
,
723
pthread_t
profiler_pthread
= 0U;
local
729
profiler_pthread
= profiler_pthread_;
752
CHECK_PTHREAD_CALL(pthread_join, (
profiler_pthread
, nullptr), "profile saver thread shutdown");
[
all
...]
Completed in 976 milliseconds