Home
last modified time | relevance | path

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

/system/core/init/
Dsigchld_handler.cpp47 static pid_t ReapOneProcess() { in ReapOneProcess() function
120 while (ReapOneProcess() != 0) { in ReapAnyOutstandingChildren()
129 while ((pid = ReapOneProcess()) != 0) { in WaitToBeReaped()