OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pid2
(Results
1 - 7
of
7
) sorted by relevancy
/src/tests/rump/rumpkern/h_client/
h_forkcli.c
21
pid_t pid1,
pid2
;
local
42
if ((
pid2
= rump_sys_getpid()) < 2)
43
errx(1, "unexpected pid %d",
pid2
);
44
if (pid1 ==
pid2
)
/src/lib/libutil/
pidlock.c
53
pid_t
pid2
= -1;
local
129
pid2
= atoi(s);
142
if (kill(
pid2
, 0) == -1 && errno == ESRCH) {
151
*locker =
pid2
;
/src/external/mpl/bind/dist/bin/tests/system/zero/
tests.sh
47
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 $?"
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.multi/
multi-term-settings.exp
169
set
pid2
-1
179
set
pid2
$expect_out(1,string)
180
send_debug "
pid2
=$
pid2
\n"
229
-i $infs_spawn_ids -re "pid=$
pid2
, count=" {
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.multi/
multi-term-settings.exp
169
set
pid2
-1
179
set
pid2
$expect_out(1,string)
180
send_debug "
pid2
=$
pid2
\n"
229
-i $infs_spawn_ids -re "pid=$
pid2
, count=" {
/src/external/gpl3/gdb/dist/libiberty/testsuite/
test-pexecute.c
398
int pid1,
pid2
;
local
419
pid2
= pexecute ("./test-pexecute", subargv, "test-pexecute", "temp",
421
if (
pid2
< 0)
433
if (pwait (
pid2
, &status, 0) < 0)
/src/external/gpl3/gdb.old/dist/libiberty/testsuite/
test-pexecute.c
398
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 31 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026