Home
last modified time | relevance | path

Searched refs:child_func (Results 1 – 8 of 8) sorted by relevance

/external/ltp/testcases/kernel/syscalls/capset/
Dcapset02.c103 static void child_func(void);
137 maybe_run_child(&child_func, ""); in main()
199 void child_func(void) in child_func() function
247 child_func(); in test_setup()
/external/ltp/testcases/kernel/containers/pidns/
Dpidns03.c56 int child_func(void *arg) in child_func() function
92 if (do_clone_tests(CLONE_NEWPID, child_func, NULL, NULL, NULL) == -1) in test()
/external/ltp/testcases/kernel/containers/mountns/
Dmountns01.c52 int child_func(void *arg LTP_ATTRIBUTE_UNUSED) in child_func() function
92 if (do_clone_tests(CLONE_NEWNS, child_func, NULL, NULL, NULL) == -1) in test()
Dmountns02.c52 int child_func(void *arg LTP_ATTRIBUTE_UNUSED) in child_func() function
92 if (do_clone_tests(CLONE_NEWNS, child_func, NULL, NULL, NULL) == -1) in test()
Dmountns03.c57 int child_func(void *arg LTP_ATTRIBUTE_UNUSED) in child_func() function
105 if (do_clone_tests(CLONE_NEWNS, child_func, NULL, NULL, NULL) == -1) in test()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
D23-1.c51 int child_func(void) in child_func() function
119 child_func(); in main()
/external/ltp/testcases/kernel/containers/netns/
Dnetns_netlink.c67 int child_func(void) in child_func() function
138 _exit(child_func()); in test()
/external/bcc/tests/cc/
Dtest_c_api.cc339 int (*child_func)(void *)) { in spawn_child()
346 pid_t child = clone(child_func, in spawn_child()