Home
last modified time | relevance | path

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

/art/runtime/
Dprofiler.h196 static void* RunProfilerThread(void* arg) REQUIRES(!Locks::profiler_lock_)
Dprofiler.cc155 void* BackgroundMethodSamplingProfiler::RunProfilerThread(void* arg) { in RunProfilerThread() function in art::BackgroundMethodSamplingProfiler
351 CHECK_PTHREAD_CALL(pthread_create, (&profiler_pthread_, nullptr, &RunProfilerThread, in Start()