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

/systemd/src/test/
H A Dtest-namespace.c68 pid_t pid1, pid2, pid3; local
95 pid3 = fork();
96 assert_se(pid3 >= 0);
98 if (pid3 == 0) {
114 r = wait_for_terminate(pid3, &si);

Completed in 817 milliseconds