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

/netbsd-current/tests/rump/rumpkern/h_client/
H A Dh_forkcli.c21 pid_t pid1, pid2; local
42 if ((pid2 = rump_sys_getpid()) < 2)
43 errx(1, "unexpected pid %d", pid2);
44 if (pid1 == pid2)
/netbsd-current/lib/libutil/
H A Dpidlock.c53 pid_t pid2 = -1; local
129 pid2 = atoi(s);
142 if (kill(pid2, 0) == -1 && errno == ESRCH) {
151 *locker = pid2;
/netbsd-current/external/mpl/bind/dist/bin/tests/system/zero/
H A Dtests.sh47 pid2="$!"
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
67 wait "$pid2" || {
68 echo_i "wait $pid2 (dig.out$i.2.test$n) failed with $?"
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.multi/
H A Dmulti-term-settings.exp156 set pid2 -1
166 set pid2 $expect_out(1,string)
167 send_debug "pid2=$pid2\n"
204 -i $infs_spawn_ids -re "pid=$pid2, count=" {
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.multi/
H A Dmulti-term-settings.exp171 set pid2 -1
181 set pid2 $expect_out(1,string)
182 send_debug "pid2=$pid2\n"
231 -i $infs_spawn_ids -re "pid=$pid2, count=" {
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/testsuite/
H A Dtest-pexecute.c398 int pid1, pid2; local
419 pid2 = pexecute ("./test-pexecute", subargv, "test-pexecute", "temp",
421 if (pid2 < 0)
433 if (pwait (pid2, &status, 0) < 0)
/netbsd-current/external/gpl3/gdb/dist/libiberty/testsuite/
H A Dtest-pexecute.c398 int pid1, pid2; local
419 pid2 = pexecute ("./test-pexecute", subargv, "test-pexecute", "temp",
421 if (pid2 < 0)
433 if (pwait (pid2, &status, 0) < 0)

Completed in 265 milliseconds