Searched refs:AckChild (Results 1 – 4 of 4) sorted by relevance
67 virtual bool AckChild(int fd, const std::string& channel_switch) = 0;
32 virtual bool AckChild(int fd,
299 bool NaClForkDelegate::AckChild(const int fd, in AckChild() function in NaClForkDelegate
401 if (!helper_->AckChild(pipe_fds[1], channel_switch)) { in ForkWithRealPid()