Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc302 thread->InitAfterFork(); in ZygoteHooks_nativePostForkChild()
/art/runtime/
Dthread.h188 void InitAfterFork();
Dthread.cc578 void Thread::InitAfterFork() { in InitAfterFork() function in art::Thread