OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:killchldrn
(Results
1 - 2
of
2
) sorted by null
/external/ltp/testcases/kernel/io/direct_io/
diotest_routines.h
10
extern int
killchldrn
(int **pidlst, int numchld, int sig);
diotest_routines.c
27
* forkchldrn(), waitchldrn(),
killchldrn
()
182
killchldrn
(pidlst, i, SIGTERM);
194
*
killchldrn
: signal the children listed in pidlst with the given signal
197
int
killchldrn
(int **pidlst, int numchld, int sig)
function
206
"
killchldrn
: kill %d failed, %s\n",
Completed in 362 milliseconds