Searched refs:ZombieProtector (Results 1 – 1 of 1) sorted by relevance
145 class ZombieProtector { class147 explicit ZombieProtector(int pid): pid_(pid) { } in ZombieProtector() function in v8::ZombieProtector148 ~ZombieProtector() { if (pid_ != 0) waitpid(pid_, NULL, 0); } in ~ZombieProtector()384 ZombieProtector& child_waiter, // NOLINT in WaitForChild()528 ZombieProtector child_waiter(pid); in System()