Lines Matching refs:proc_config_t
145 typedef struct proc_config_s * proc_config_t; typedef
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…
220 static child_action_handler_t proc_info_call_pidinfo_handler = ^void (proc_config_t proc_config, in…
362 free_proc_config(proc_config_t proc_config) in free_proc_config()
368 send_action_to_child_processes(proc_config_t proc_config, int action) in send_action_to_child_processes()
382 kill_child_processes(proc_config_t proc_config) in kill_child_processes()
398 static proc_config_t
405 proc_config_t proc_config = malloc(sizeof(*proc_config)); in spawn_child_processes()
471 proc_config_t proc_config = spawn_child_processes(1, proc_info_call_pidinfo_handler); in proc_info_caller()
753 proc_config_t proc_config = spawn_child_processes(CONF_PROC_COUNT, proc_info_listpids_handler);
813 proc_config_t proc_config = spawn_child_processes(CONF_PROC_COUNT, proc_info_listpids_handler);
835 proc_config_t proc_config = spawn_child_processes(CONF_PROC_COUNT, proc_info_listpids_handler);
855 proc_config_t proc_config = spawn_child_processes(CONF_PROC_COUNT, proc_info_listpids_handler);
874 proc_config_t proc_config = spawn_child_processes(CONF_PROC_COUNT, proc_info_listpids_handler);
898 proc_config_t proc_config = spawn_child_processes(CONF_PROC_COUNT, proc_info_listpids_handler);
1657 …proc_config_t proc_config = spawn_child_processes(1, proc_info_call_pidinfo_handler…
1706 proc_config_t proc_config = spawn_child_processes(1, proc_info_call_pidinfo_handler);
1733 proc_config_t proc_config = spawn_child_processes(1, proc_info_call_pidinfo_handler);
1762 proc_config_t proc_config = spawn_child_processes(1, proc_info_call_pidinfo_handler);
1780 proc_config_t proc_config = spawn_child_processes(1, proc_info_call_pidinfo_handler);