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

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

Completed in 358 milliseconds