Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/t/io/
Dopenpid.t46 ok( $pid1 = open(FH1, "$cmd1 |"), 'first process started');
51 print "# pids were $pid1, $pid2, $pid3, $pid4\n";
60 $kill_cnt = kill $killsig, $pid1;
/mirbsd/src/gnu/usr.bin/binutils/libiberty/testsuite/
Dtest-pexecute.c384 int pid1, pid2; in main() local
393 pid1 = pexecute ("./test-pexecute", subargv, "test-pexecute", "temp", in main()
395 if (pid1 < 0) in main()
414 if (pwait (pid1, &status, 0) < 0) in main()
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Daix-thread.c608 int pid1, pid2; in ptid_cmp() local