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

/netbsd-current/tests/rump/rumpkern/h_client/
H A Dh_forkcli.c21 pid_t pid1, pid2; local
24 if ((pid1 = rump_sys_getpid()) < 2)
25 errx(1, "unexpected pid %d", pid1);
44 if (pid1 == pid2)
/netbsd-current/external/mpl/bind/dist/bin/tests/system/zero/
H A Dtests.sh45 pid1="$!"
57 retry_quiet "$timeout" wait_for_pid "$pid1" "$pid2" "$pid3" "$pid4" "$pid5" "$pid6" || {
61 kill -TERM "$pid1" "$pid2" "$pid3" "$pid4" "$pid5" "$pid6" 2>/dev/null || true
63 wait "$pid1" || {
64 echo_i "wait $pid1 (dig.out$i.1.test$n) failed with $?"
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.multi/
H A Dmulti-term-settings.exp155 set pid1 -1
161 set pid1 $expect_out(1,string)
162 send_debug "pid1=$pid1\n"
200 -i $infs_spawn_ids -re "pid=$pid1, count=" {
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.multi/
H A Dmulti-term-settings.exp170 set pid1 -1
176 set pid1 $expect_out(1,string)
177 send_debug "pid1=$pid1\n"
227 -i $infs_spawn_ids -re "pid=$pid1, count=" {
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/testsuite/
H A Dtest-pexecute.c398 int pid1, pid2; local
407 pid1 = pexecute ("./test-pexecute", subargv, "test-pexecute", "temp",
409 if (pid1 < 0)
428 if (pwait (pid1, &status, 0) < 0)
/netbsd-current/external/gpl3/gdb/dist/libiberty/testsuite/
H A Dtest-pexecute.c398 int pid1, pid2; local
407 pid1 = pexecute ("./test-pexecute", subargv, "test-pexecute", "temp",
409 if (pid1 < 0)
428 if (pwait (pid1, &status, 0) < 0)

Completed in 201 milliseconds