Home
last modified time | relevance | path

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

/art/runtime/
Dtrace.cc244 static void ClearThreadStackTraceAndClockBase(Thread* thread, void* arg) { in ClearThreadStackTraceAndClockBase() function
422 runtime->GetThreadList()->ForEach(ClearThreadStackTraceAndClockBase, NULL); in Stop()