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

/haiku/src/tests/system/kernel/
H A Dfibo_exec.cpp54 pid_t childA = fork(); local
55 if (childA == 0) {
65 } else if (childA < 0) {
88 status = wait_for_thread(childA, &returnValue);
94 fprintf(stderr, "wait_for_thread(%ld) A failed: %s\n", childA, strerror(status));
H A Dfibo_fork.cpp43 pid_t childA = fork(); local
44 if (childA == 0) {
53 } else if (childA < 0) {
75 status = wait_for_thread(childA, &returnValue);
81 fprintf(stderr, "wait_for_thread(%ld) A failed: %s\n", childA, strerror(status));

Completed in 37 milliseconds