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

  /art/runtime/
profiler.h 193 static void* RunProfilerThread(void* arg) LOCKS_EXCLUDED(Locks::profiler_lock_);
profiler.cc 153 void* BackgroundMethodSamplingProfiler::RunProfilerThread(void* arg) {
350 CHECK_PTHREAD_CALL(pthread_create, (&profiler_pthread_, nullptr, &RunProfilerThread,

Completed in 177 milliseconds