Searched refs:child_wait (Results 1 – 3 of 3) sorted by relevance
86 void child_wait();188 child_wait(child_pipe1[0]); in do_child1()199 child_wait(child_pipe1[0]); in do_child1()204 child_wait(child_pipe1[0]); in do_child1()220 child_wait(child_pipe2[0]); in do_child2()231 child_wait(child_pipe2[0]); in do_child2()242 child_wait(child_pipe2[0]); in do_child2()258 child_wait(child_pipe3[0]); in do_child3()269 child_wait(child_pipe3[0]); in do_child3()280 child_wait(child_pipe3[0]); in do_child3()[all …]
26 static int child_wait(void *data) in child_wait() function55 if (thrd_create(&ids[i], child_wait, NULL) != thrd_success) { in cnd_broadcast_0100()
16 [def child_wait [memberref boost::process::child::wait wait]]135 c.child_wait(); //wait for the process to exit 141 to child_wait is necessary, to obtain it and tell the operating system, that no211 c.child_wait();257 nm.child_wait();363 c.child_wait(); //to avoid a zombie process & get the exit code366 Now given the example, we still call child_wait to avoid a zombie process.