Home | History | Annotate | Download | only in jit

Lines Matching full:profiler_pthread

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;
400 profiler_pthread = profiler_pthread_;
405 SampleClassesAndExecutedMethods(profiler_pthread,
723 pthread_t profiler_pthread = 0U;
729 profiler_pthread = profiler_pthread_;
752 CHECK_PTHREAD_CALL(pthread_join, (profiler_pthread, nullptr), "profile saver thread shutdown");