Home
last modified time | relevance | path

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

/xnu-11215.1.10/tests/
H A Dproc_info.c45 #define PIPE_IN 0 macro
175 close(proc_config->parent_pipe[PIPE_IN]);
182 retval = read(proc_config->child_pipe[child_id][PIPE_IN], &child_action, sizeof(child_action));
216 close(proc_config->child_pipe[child_id][PIPE_IN]);
221 close(proc_config->parent_pipe[PIPE_IN]);
236 retval = read(proc_config->child_pipe[child_id][PIPE_IN], &action, sizeof(action));
356 close(proc_config->child_pipe[child_id][PIPE_IN]);
377 WAIT_FOR_CHILDREN(proc_config->parent_pipe[PIPE_IN], action, proc_config->child_count); in send_action_to_child_processes()
393 close(proc_config->parent_pipe[PIPE_IN]); in kill_child_processes()
444 close(proc_config->child_pipe[child_id][PIPE_IN]); in spawn_child_processes()
[all …]