Searched defs:forkchldrn (Results 1 - 1 of 1) sorted by relevance

/external/ltp/testcases/kernel/io/direct_io/
H A Ddiotest_routines.c27 * forkchldrn(), waitchldrn(), killchldrn()
165 * forkchldrn: fork the given number of children and set the function
168 int forkchldrn(int **pidlst, int numchld, int action, int (*chldfunc) ()) function
173 fprintf(stderr, "forkchldrn: calloc failed for pidlst: %s\n",
180 "forkchldrn: fork child %d failed, %s\n", i,

Completed in 113 milliseconds