OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Forker_pids
(Results
1 - 4
of
4
) sorted by null
/external/ltp/include/old/
forker.h
37
extern int
Forker_pids
[FORKER_MAX_PIDS]; /* holds pids of forked processes */
38
extern int Forker_npids; /* number of entries in
Forker_pids
*/
test.h
122
extern int
Forker_pids
[];
/external/ltp/lib/
forker.c
78
*
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 */
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_npids - 1] = pid
[
all
...]
/external/ltp/testcases/kernel/fs/doio/
growfiles.c
[
all
...]
Completed in 157 milliseconds