Searched refs:waited_pid (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/cvs/vms/
H A Dwaitpid.c28 static pid_t waited_pid[WAITPID_CHILDREN]; variable
45 p = waited_pid[i];
48 waited_pid[i] = 0;
55 if (! waited_pid[i])
62 waited_pid[i] = p;
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dserver.c3288 pid_t waited_pid;
3289 waited_pid = waitpid (command_pid, &status, 0);
3290 if (waited_pid < 0)
3327 if (waited_pid == command_pid)
3358 pid_t waited_pid;
3359 waited_pid = waitpid (command_pid, (int *) 0, 0);
3360 if (waited_pid < 0 && errno == EINTR)
3362 if (waited_pid == command_pid)
3272 pid_t waited_pid; local
3342 pid_t waited_pid; local

Completed in 186 milliseconds