Home
last modified time | relevance | path

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

/external/v8/src/
Dd8-posix.cc144 class ZombieProtector { class
146 explicit ZombieProtector(int pid): pid_(pid) { } in ZombieProtector() function in v8::ZombieProtector
147 ~ZombieProtector() { if (pid_ != 0) waitpid(pid_, NULL, 0); } in ~ZombieProtector()
367 ZombieProtector& child_waiter, // NOLINT in WaitForChild()
495 ZombieProtector child_waiter(pid); in System()