Home
last modified time | relevance | path

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

/art/runtime/
Dprofiler.cc361 pthread_t profiler_pthread = 0U; in Stop() local
367 profiler_pthread = profiler_pthread_; in Stop()
376 CHECK_PTHREAD_CALL(pthread_join, (profiler_pthread, nullptr), "profiler thread shutdown"); in Stop()