OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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