Searched refs:proc_array (Results 1 – 2 of 2) sorted by relevance
51 static sub_process *proc_array[MAXIMUM_WAIT_OBJECTS]; variable68 if (proc_array[i]->pid == pproc->pid) in process_adjust_wait_state()74 memmove(&proc_array[i], &proc_array[i+1], in process_adjust_wait_state()76 proc_array[proc_index] = NULL; in process_adjust_wait_state()95 handles[i] = (HANDLE) proc_array[i]->pid; in process_wait_for_any_private()97 if (fake_exits_pending && proc_array[i]->exit_code) in process_wait_for_any_private()113 sub_process* pproc = proc_array[which]; in process_wait_for_any_private()141 proc_array[proc_index++] = (sub_process *) proc; in process_register()
301 * w32/subproc/sub_proc.c: Change dimension of proc_array[] to