Searched defs:pid1 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/tests/
H A Dlinux-test.c428 int pid1, pid2, status1, status2; local
431 pid1 = chk_error(clone(thread1_func, stack1 + STACK_SIZE,
438 while (waitpid(pid1, &status1, 0) != pid1);

Completed in 41 milliseconds