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

/external/chromium_org/v8/src/
H A Dd8-posix.cc163 class ZombieProtector { class in namespace:v8
165 explicit ZombieProtector(int pid): pid_(pid) { } function in class:v8::ZombieProtector
166 ~ZombieProtector() { if (pid_ != 0) waitpid(pid_, NULL, 0); }
386 ZombieProtector& child_waiter,
514 ZombieProtector child_waiter(pid);
/external/v8/src/
H A Dd8-posix.cc163 class ZombieProtector { class in namespace:v8
165 explicit ZombieProtector(int pid): pid_(pid) { } function in class:v8::ZombieProtector
166 ~ZombieProtector() { if (pid_ != 0) waitpid(pid_, NULL, 0); }
379 ZombieProtector& child_waiter,
496 ZombieProtector child_waiter(pid);

Completed in 493 milliseconds