Searched refs:ZombieProtector (Results 1 – 1 of 1) sorted by relevance
144 class ZombieProtector { class146 explicit ZombieProtector(int pid): pid_(pid) { } in ZombieProtector() function in v8::ZombieProtector147 ~ZombieProtector() { if (pid_ != 0) waitpid(pid_, NULL, 0); } in ~ZombieProtector()367 ZombieProtector& child_waiter, // NOLINT in WaitForChild()495 ZombieProtector child_waiter(pid); in System()