Lines Matching defs:worker
192 * response was be a success, because we want to tell the worker EPERM.
204 pid_t worker = 0 , tracer = 0;
211 worker = fork();
212 if (worker < 0) {
217 if (worker == 0) {
343 if (waitpid(worker, &status, 0) != worker) {
359 fprintf(stderr, "worker exited nonzero\n");
368 if (worker > 0)
369 kill(worker, SIGKILL);