Searched refs:proc_config (Results 1 – 1 of 1) sorted by relevance
147 typedef void (^child_action_handler_t)(proc_config_t proc_config, int child_id);174 static child_action_handler_t proc_info_listpids_handler = ^void (proc_config_t proc_config, int ch…175 close(proc_config->parent_pipe[PIPE_IN]);176 close(proc_config->child_pipe[child_id][PIPE_OUT]);179 retval = write(proc_config->parent_pipe[PIPE_OUT], &child_action, sizeof(child_action));182 retval = read(proc_config->child_pipe[child_id][PIPE_IN], &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]);216 close(proc_config->child_pipe[child_id][PIPE_IN]);220 static child_action_handler_t proc_info_call_pidinfo_handler = ^void (proc_config_t proc_config, in…[all …]