Home
last modified time | relevance | path

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

/aosp12/system/core/init/
H A Dsigchld_handler.cpp45 static pid_t ReapOneProcess() { in ReapOneProcess() function
110 while (ReapOneProcess() != 0) { in ReapAnyOutstandingChildren()
119 while ((pid = ReapOneProcess()) != 0) { in WaitToBeReaped()