Home | History | Annotate | Download | only in strace

Lines Matching defs:fork

68 /* Glue for systems without a MMU that cannot provide fork() */
74 # define fork() vfork()
967 pid_t pid = fork();
969 perror_msg_and_die("fork");
1243 pid = fork();
1245 perror_msg_and_die("fork");
1334 /* Need fork for test. NOMMU has no forks */
1340 pid = fork();
1342 perror_msg_and_die("fork");
1851 [PTRACE_EVENT_FORK] = "FORK",
1885 /* We assume it's a fork/vfork/clone child */
2049 * int main() { _exit(!!fork()); }