Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h130 static void PostThreadStart(Thread* t)
Ddebugger.cc362 void Dbg::PostThreadStart(Thread* t) { in PostThreadStart() function in art::Dbg
1100 Dbg::PostThreadStart(self); in ThreadStart()