OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wait4child
(Results
1 - 4
of
4
) sorted by null
/external/ltp/testcases/kernel/syscalls/ipc/msgrcv/
msgrcv07.c
34
static void
wait4child
(pid_t child, char *tst_flag);
93
wait4child
(child_pid, "MSG_EXCEPT");
131
wait4child
(child_pid, "MSG_NOERROR");
149
static void
wait4child
(pid_t child, char *tst_flag)
function
/external/ltp/testcases/kernel/syscalls/setpgid/
setpgid01.c
94
static int
wait4child
(pid_t child)
function
116
ret =
wait4child
(pid);
/external/ltp/testcases/kernel/syscalls/clone/
clone08.c
139
static int
wait4child
(pid_t child)
function
166
status =
wait4child
(child);
169
status =
wait4child
(-1);
198
status =
wait4child
(child);
253
status =
wait4child
(child);
293
status =
wait4child
(child);
/external/ltp/testcases/kernel/syscalls/waitid/
waitid02.c
161
static void
wait4child
(pid_t pid)
function
193
wait4child
(t->child);
218
wait4child
(t->child);
234
wait4child
(t->child);
Completed in 102 milliseconds