Home
last modified time | relevance | path

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

/art/runtime/
Dtrace.h180 static void StoreExitingThreadInfo(Thread* thread);
Dthread_list.cc1248 Trace::StoreExitingThreadInfo(self); in Unregister()
Dtrace.cc1038 void Trace::StoreExitingThreadInfo(Thread* thread) { in StoreExitingThreadInfo() function in art::Trace