Searched refs:profiler_pthread_ (Results 1 - 4 of 4) sorted by relevance

/art/runtime/jit/
H A Dprofile_saver.cc49 pthread_t ProfileSaver::profiler_pthread_ = 0U; member in class:art::ProfileSaver
432 (&profiler_pthread_, nullptr, &RunProfileSaverThread, reinterpret_cast<void*>(instance_)),
444 profiler_pthread = profiler_pthread_;
471 profiler_pthread_ = 0U;
H A Dprofile_saver.h113 static pthread_t profiler_pthread_ GUARDED_BY(Locks::profiler_lock_);
/art/runtime/
H A Dprofiler.h211 static pthread_t profiler_pthread_; member in class:art::BackgroundMethodSamplingProfiler
H A Dprofiler.cc49 pthread_t BackgroundMethodSamplingProfiler::profiler_pthread_ = 0U; member in class:art::BackgroundMethodSamplingProfiler
351 CHECK_PTHREAD_CALL(pthread_create, (&profiler_pthread_, nullptr, &RunProfilerThread,
368 profiler_pthread = profiler_pthread_;

Completed in 7 milliseconds