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

/external/ltp/testcases/network/stress/ns-tools/
H A Dns-tcpserver.c169 pid_t zombie_pid; /* process id of a zombie */ local
172 zombie_pid = waitpid((pid_t) - 1, &status, WNOHANG);
173 if (zombie_pid == (pid_t) - 1)
175 else if (zombie_pid == (pid_t) 0)

Completed in 59 milliseconds