Searched refs:Forker_pids (Results 1 - 4 of 4) sorted by relevance

/external/ltp/testcases/kernel/fs/doio/include/
H A Dforker.h37 extern int Forker_pids[FORKER_MAX_PIDS]; /* holds pids of forked processes */
38 extern int Forker_npids; /* number of entries in Forker_pids */
/external/ltp/testcases/kernel/fs/doio/
H A Dforker.c78 * Forker_pids[] and Forker_npids. The Forker_pids array will
81 * in Forker_pids. Note, not all processes will have
82 * access to all pids via Forker_pids. If using mode 0, only the
104 * The child pids are stored in the fixed array, Forker_pids.
117 int Forker_pids[FORKER_MAX_PIDS]; /* holds pids of forked processes */ variable
118 int Forker_npids = 0; /* number of entries in Forker_pids */
165 Forker_pids[ind] = 0;
185 Forker_pids[Forker_npids - 1] =
191 Forker_pids[Forker_npid
[all...]
H A Dgrowfiles.c1722 if (Forker_pids[ind] != Pid)
1727 __LINE__, Forker_pids[ind]);
1728 kill(Forker_pids[ind], SIGUSR2);
/external/ltp/include/old/
H A Dtest.h127 extern int Forker_pids[];

Completed in 151 milliseconds