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

/haiku/src/tests/system/kernel/
H A Dfibo_exec.cpp70 pid_t childB = fork(); local
71 if (childB == 0) {
81 } else if (childB < 0) {
97 status = wait_for_thread(childB, &returnValue);
103 fprintf(stderr, "wait_for_thread(%ld) B failed: %s\n", childB, strerror(status));
H A Dfibo_fork.cpp58 pid_t childB = fork(); local
59 if (childB == 0) {
68 } else if (childB < 0) {
84 status = wait_for_thread(childB, &returnValue);
90 fprintf(stderr, "wait_for_thread(%ld) B failed: %s\n", childB, strerror(status));

Completed in 38 milliseconds