Home
last modified time | relevance | path

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

/art/runtime/
Dtrace.cc229 static void ClearThreadStackTraceAndClockBase(Thread* thread, void* arg ATTRIBUTE_UNUSED) { in ClearThreadStackTraceAndClockBase() function
418 runtime->GetThreadList()->ForEach(ClearThreadStackTraceAndClockBase, nullptr); in StopTracing()
500 runtime->GetThreadList()->ForEach(ClearThreadStackTraceAndClockBase, nullptr); in Pause()