HomeSort by relevance Sort by last modified time
    Searched full:proc_array (Results 1 - 2 of 2) sorted by null

  /ndk/sources/host-tools/make-3.81/w32/subproc/
sub_proc.c 51 static sub_process *proc_array[MAXIMUM_WAIT_OBJECTS]; variable
68 if (proc_array[i]->pid == pproc->pid)
74 memmove(&proc_array[i], &proc_array[i+1],
76 proc_array[proc_index] = NULL;
95 handles[i] = (HANDLE) proc_array[i]->pid;
97 if (fake_exits_pending && proc_array[i]->exit_code)
113 sub_process* pproc = proc_array[which];
141 proc_array[proc_index++] = (sub_process *) proc;
  /ndk/sources/host-tools/make-3.81/
ChangeLog 301 * w32/subproc/sub_proc.c: Change dimension of proc_array[] to
    [all...]

Completed in 99 milliseconds