Home
last modified time | relevance | path

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

/systemd-251/src/test/
Dtest-namespace.c88 pid_t pid1, pid2, pid3; in test_shareable_ns() local
117 pid3 = fork(); in test_shareable_ns()
118 assert_se(pid3 >= 0); in test_shareable_ns()
120 if (pid3 == 0) { in test_shareable_ns()
136 r = wait_for_terminate(pid3, &si); in test_shareable_ns()