HomeSort by relevance Sort by last modified time
    Searched refs:profiler_pthread_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/
profiler.h 207 static pthread_t profiler_pthread_; member in class:art::BackgroundMethodSamplingProfiler
profiler.cc 52 pthread_t BackgroundMethodSamplingProfiler::profiler_pthread_ = 0U; member in class:art::BackgroundMethodSamplingProfiler
350 CHECK_PTHREAD_CALL(pthread_create, (&profiler_pthread_, nullptr, &RunProfilerThread,
367 profiler_pthread = profiler_pthread_;

Completed in 131 milliseconds