Home
last modified time | relevance | path

Searched defs:profiler_pthread_ (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dprofiler.h211 static pthread_t profiler_pthread_; variable
Dprofiler.cc49 pthread_t BackgroundMethodSamplingProfiler::profiler_pthread_ = 0U; member in art::BackgroundMethodSamplingProfiler
/art/runtime/jit/
Dprofile_saver.cc49 pthread_t ProfileSaver::profiler_pthread_ = 0U; member in art::ProfileSaver