Searched refs:cpid (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/legacy/binutils/libiberty/
H A Dpex-unix.c207 pid_t cpid; local
223 cpid = wait (status);
226 if (time != NULL && cpid >= 0)
248 if (cpid < 0 || cpid == pid)
252 return cpid;
256 psl->pid = cpid;
/haiku-buildtools/gcc/libiberty/
H A Dpex-unix.c240 pid_t cpid; local
256 cpid = wait (status);
259 if (time != NULL && cpid >= 0)
281 if (cpid < 0 || cpid == pid)
285 return cpid;
289 psl->pid = cpid;
/haiku-buildtools/binutils/libiberty/
H A Dpex-unix.c241 pid_t cpid; local
257 cpid = wait (status);
260 if (time != NULL && cpid >= 0)
282 if (cpid < 0 || cpid == pid)
286 return cpid;
290 psl->pid = cpid;
/haiku-buildtools/gcc/gcc/ada/
H A Dterminals.c637 int cpid; local
703 cpid = nt_spawnve (nargv[0], nargv, NULL, process);
737 cpid = -1;
742 cpid = -1;
745 cpid = buf[4] | (buf[5] << 8) | (buf[6] << 16) | (buf[7] << 24);
746 process->pid = cpid;
749 if (cpid == -1)
753 return cpid;
/haiku-buildtools/gcc/gcc/lto/
H A Dlto.c2559 pid_t cpid = fork (); local
2561 if (!cpid)
2568 else if (cpid == -1)

Completed in 115 milliseconds