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

/vbox/src/VBox/Main/src-server/linux/
H A DPerformanceLinux.cpp282 pid_t pid2; local
300 &pid2, buf, &c, &iTmp, &iTmp, &iTmp, &iTmp, &iTmp, &uTmp,
305 Assert((pid_t)process == pid2);
/vbox/src/recompiler/tests/
H A Dlinux-test.c428 int pid1, pid2, status1, status2; local
435 pid2 = chk_error(clone(thread2_func, stack2 + STACK_SIZE,
439 while (waitpid(pid2, &status2, 0) != pid2);

Completed in 55 milliseconds