Home
last modified time | relevance | path

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

/xnu-11215.1.10/tests/
H A Dproc_info.c138 int parent_pipe[2]; member
175 close(proc_config->parent_pipe[PIPE_IN]);
179 retval = write(proc_config->parent_pipe[PIPE_OUT], &child_action, sizeof(child_action));
208 retval = write(proc_config->parent_pipe[PIPE_OUT], &retval, sizeof(retval));
215 close(proc_config->parent_pipe[PIPE_OUT]);
221 close(proc_config->parent_pipe[PIPE_IN]);
233 retval = write(proc_config->parent_pipe[PIPE_OUT], &action, sizeof(action));
349 retval = write(proc_config->parent_pipe[PIPE_OUT], &action, sizeof(action));
355 close(proc_config->parent_pipe[PIPE_OUT]);
377 WAIT_FOR_CHILDREN(proc_config->parent_pipe[PIPE_IN], action, proc_config->child_count); in send_action_to_child_processes()
[all …]