Home
last modified time | relevance | path

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

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