Home | History | Annotate | Download | only in strace

Lines Matching refs:fork

215 /* Glue for systems without a MMU that cannot provide fork() */
220 # define fork() vfork()
325 if ((popen_pid = fork()) == -1)
327 fprintf(stderr, "%s: fork: %s\n",
389 pid_t pid = fork();
573 strace_child = pid = fork();
575 perror("strace: fork");
693 * First fork a new child, call ptrace with PTRACE_SETOPTIONS on it,
704 if ((pid = fork()) < 0)
710 _exit(fork() < 0);
1240 /* Set or Reset Inherit-on-Fork. */
1253 perror("PIOC{S,R}FORK");
1408 } /* otherwise it's a fork being followed */
1963 switch (fork()) {
1965 perror("fork");
2162 sometimes waits for the already processed end of fork
2606 * parent through fork ().