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

/macosx-10.10/ruby-106/ruby/bootstraptest/
H A Dtest_fork.rb32 if pid1 = fork
34 Process.kill("USR1", pid1)
35 _, s = Process.wait2(pid1)
/macosx-10.10/ruby-106/ruby/test/webrick/
H A Dtest_server.rb75 pid1 = Process.fork{
83 assert_not_equal(pid1, pid2)
87 Process.wait(pid1) if pid1
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/testsuite/
H A Dtest-pexecute.c384 int pid1, pid2; local
393 pid1 = pexecute ("./test-pexecute", subargv, "test-pexecute", "temp",
395 if (pid1 < 0)
414 if (pwait (pid1, &status, 0) < 0)
/macosx-10.10/BerkeleyDB-21/db/test/
H A Drep035.tcl126 set pid1 [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
337 pid1=$!
339 wait $pid1
343 wait $pid1
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dsignal.test222 set pid1 [ForkChild 123]
224 set status1 [wait $pid1]
/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.rb1240 pid1 = pipe.pid
1244 assert_equal(pid2, pid1)
1251 pid1 = pid2 = nil
1253 pid1 = io.pid
1257 assert_not_nil(pid1)
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];
23064 switch (pid1 = fork()) {
23071 setpgid(pid1, pid1);
23082 setpgid(0, pid1);
23083 ok = getpgID() == pid1;
23087 setpgid(pid2, pid1);

Completed in 243 milliseconds