Lines Matching defs:pid
34 int pid; /* Id of process that's been detached
479 detPtr->pid = pidPtr[i];
512 int pid;
515 pid = (int) Tcl_WaitPid(detPtr->pid, &status, WNOHANG);
516 if ((pid == 0) || ((pid == -1) && (errno != ECHILD))) {
565 int i, pid, abnormalExit, anyErrorInfo;
571 pid = (int) Tcl_WaitPid(pidPtr[i], (int *) &waitStatus, 0);
572 if (pid == -1) {
603 sprintf(msg1, "%d", pid);
737 * in pipeline (first pid is first process
1082 int joinThisError, pid;
1145 curOutFileName, curErrFileName, &pid) != TCL_OK) {
1150 pidPtr[numPids] = pid;