Home
last modified time | relevance | path

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

/external/v8/src/
Dd8-posix.cc136 class ZombieProtector { class
138 explicit ZombieProtector(int pid): pid_(pid) { } in ZombieProtector() function in v8::ZombieProtector
139 ~ZombieProtector() { in ~ZombieProtector()
375 ZombieProtector& child_waiter, // NOLINT in WaitForChild()
519 ZombieProtector child_waiter(pid); in System()