Searched refs:child_pid_report_pipe (Results 1 – 2 of 2) sorted by relevance
1991 gint child_pid_report_pipe[2] = { -1, -1 }; in fork_exec() local2174 if (intermediate_child && !g_unix_open_pipe (child_pid_report_pipe, pipe_flags, error)) in fork_exec()2213 close_and_invalidate (&child_pid_report_pipe[0]); in fork_exec()2235 write_all (child_pid_report_pipe[1], &grandchild_pid, in fork_exec()2243 close_and_invalidate (&child_pid_report_pipe[1]); in fork_exec()2269 write_all (child_pid_report_pipe[1], &grandchild_pid, sizeof(grandchild_pid)); in fork_exec()2270 close_and_invalidate (&child_pid_report_pipe[1]); in fork_exec()2313 close_and_invalidate (&child_pid_report_pipe[1]); in fork_exec()2396 if (!read_ints (child_pid_report_pipe[0], in fork_exec()2420 close_and_invalidate (&child_pid_report_pipe[0]); in fork_exec()[all …]
5881 703407 g_spawn_async() keeps child_pid_report_pipe open in child process