Searched refs:profiler_pthread (Results 1 - 2 of 2) sorted by relevance

/art/runtime/jit/
H A Dprofile_saver.cc438 pthread_t profiler_pthread = 0U; local
444 profiler_pthread = profiler_pthread_;
466 CHECK_PTHREAD_CALL(pthread_join, (profiler_pthread, nullptr), "profile saver thread shutdown");
/art/runtime/
H A Dprofiler.cc362 pthread_t profiler_pthread = 0U; local
368 profiler_pthread = profiler_pthread_;
377 CHECK_PTHREAD_CALL(pthread_join, (profiler_pthread, nullptr), "profiler thread shutdown");

Completed in 58 milliseconds