OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:childpid
(Results
1 - 5
of
5
) sorted by relevancy
/src/libexec/lfs_cleanerd/
coalesce.c
424
static pid_t
childpid
;
local
430
if (
childpid
) {
431
if (waitpid(
childpid
, NULL, WNOHANG) ==
childpid
)
432
childpid
= 0;
434
if (
childpid
&& kill(
childpid
, 0) >= 0) {
444
childpid
= fork();
445
if (
childpid
< 0) {
448
} else if (
childpid
== 0)
[
all
...]
/src/sbin/dump/
tape.c
576
int
childpid
;
local
592
childpid
= fork();
593
if (
childpid
< 0) {
597
if (
childpid
!= 0) {
608
tapeno+1, parentpid,
childpid
);
610
while ((waitforpid = wait(&status)) !=
childpid
)
612
parentpid,
childpid
, waitforpid);
615
childpid
, status&0xFF);
621
msg("Child %d finishes X_FINOK\n",
childpid
);
624
msg("Child %d finishes X_ABORT\n",
childpid
);
[
all
...]
/src/tests/fs/lfs/
t_orphan.c
72
pid_t
childpid
;
local
90
if ((
childpid
= fork()) == 0) {
139
waitpid(
childpid
, &status, 0);
/src/tests/fs/common/
fstest_nfs.c
83
pid_t
childpid
;
local
112
switch ((
childpid
= fork())) {
155
args->ta_childpid =
childpid
;
fstest_puffs.c
251
pid_t
childpid
;
local
274
switch ((
childpid
= fork())) {
317
args->pta_childpid =
childpid
;
Completed in 17 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026