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

/macosx-10.10/ruby-106/ruby/bootstraptest/
H A Dtest_fork.rb38 if pid2 = fork
40 Process.wait2(pid2)
/macosx-10.10/curl-83.1.2/curl/tests/
H A Druntests.pl396 my $pid2 = 0;
436 $pid2 = 0 + <PID>;
438 if(($pid2 > 0) && pidexists($pid2)) {
439 # if $pid2 is valid, then make sure this pid is alive, as
444 # invalidate $pid2 if not actually alive
445 $pid2 = 0;
463 return ($child, $pid2);
1223 my ($httppid, $pid2) = startnew($cmd, $pidfile, 15, 0);
1228 stopserver($server, "$pid2");
[all...]
/macosx-10.10/ruby-106/ruby/test/webrick/
H A Dtest_server.rb81 pid2 = r.gets.to_i
82 assert(Process.kill(:KILL, pid2))
83 assert_not_equal(pid1, pid2)
/macosx-10.10/man-16/man/src/
H A Dutil.c136 int pid, pid2, status, stat; local
164 pid2 = wait (&stat);
165 if (pid2 == -1) {
169 if (pid2 != pid)
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/testsuite/
H A Dtest-pexecute.c384 int pid1, pid2; local
405 pid2 = pexecute ("./test-pexecute", subargv, "test-pexecute", "temp",
407 if (pid2 < 0)
419 if (pwait (pid2, &status, 0) < 0)
/macosx-10.10/BerkeleyDB-21/db/test/
H A Drep035.tcl131 set pid2 [exec $tclsh_path $test_path/wrap.tcl \
150 set pidlist [list $pid1 $pid2 $pid3 $pid4]
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/tests/
H A Dbuiltins.sh335 unset pid1 pid2
338 pid2=$(
345 wait $pid2
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dproc.h248 /* this routine returns 1 if the pid1 is inferior of pid2 */
249 extern int proc_isinferior(int pid1, int pid2);
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_io.rb1243 pid2 = pipe.read.chomp.to_i
1244 assert_equal(pid2, pid1)
1245 assert_equal(pid2, pipe.pid)
1251 pid1 = pid2 = nil
1255 pid2 = io.pid
1258 assert_equal(pid1, pid2)
/macosx-10.10/xnu-2782.1.97/security/
H A Dmac_framework.h355 pid_t pid1, pid_t pid2);
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_proc.c328 proc_isinferior(int pid1, int pid2) argument
334 if (((p = proc_find(pid1)) != (proc_t)0 ) && ((t = proc_find(pid2)) != (proc_t)0))
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dconfigure23060 int pid1, pid2, fds[2];
23078 switch (pid2 = fork()) {
23087 setpgid(pid2, pid1);

Completed in 378 milliseconds