Home
last modified time | relevance | path

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

/art/runtime/
Dtrace.cc494 static void ClearThreadStackTraceAndClockBase(Thread* thread, [[maybe_unused]] void* arg) { in ClearThreadStackTraceAndClockBase() function
913 runtime->GetThreadList()->ForEach(ClearThreadStackTraceAndClockBase, nullptr); in StopTracing()