Searched defs:childPid (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DcsstartNX.c182 pid_t childPid; local
209 if ((childPid = fork()) != -1) {
210 if (childPid == 0) { /* Child process */
225 if (waitpid(childPid, NULL, WNOHANG) != 0) {
229 gSecretAgentPID = childPid; /* set secret global */

Completed in 10 milliseconds