Searched refs:CONF_PROC_COUNT (Results 1 – 1 of 1) sorted by relevance
50 #define CONF_PROC_COUNT 20 macro141 int child_pipe[CONF_PROC_COUNT][2];142 int child_pids[CONF_PROC_COUNT];753 proc_config_t proc_config = spawn_child_processes(CONF_PROC_COUNT, proc_info_listpids_handler);759 if (proc_count > (CONF_PROC_COUNT + 1)) {760 proc_count = CONF_PROC_COUNT + 1;781 for (int i = 0; i < (CONF_PROC_COUNT - 1); i++) {813 proc_config_t proc_config = spawn_child_processes(CONF_PROC_COUNT, proc_info_listpids_handler);820 int proc_count = CONF_PROC_COUNT + 2;825 …T_ASSERT_EQ_INT(num_procs, CONF_PROC_COUNT + 1, "Valid number of pids obtained for PROC_PGRP_ONLY.…[all …]