Lines Matching defs:pid
367 pid_t pid = wait(&status);
368 if (-1 == pid)
376 fprintf(stderr, "Child pid %d did not exit cleanly %s\n",
377 pid, reasonChildExited(status));
445 pid_t pid = getpid();
446 char *start = reinterpret_cast<char *>(&pid);
447 size_t size = sizeof(pid);
530 pid_t pid;
531 char *end = reinterpret_cast<char *>(&pid);
535 size = sizeof(pid);