Searched refs:child_func (Results 1 – 8 of 8) sorted by relevance
/external/ltp/testcases/kernel/syscalls/capset/ |
D | capset02.c | 103 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/ |
D | pidns03.c | 56 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/ |
D | mountns01.c | 52 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()
|
D | mountns02.c | 52 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()
|
D | mountns03.c | 57 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/ |
D | 23-1.c | 51 int child_func(void) in child_func() function 119 child_func(); in main()
|
/external/ltp/testcases/kernel/containers/netns/ |
D | netns_netlink.c | 67 int child_func(void) in child_func() function 138 _exit(child_func()); in test()
|
/external/bcc/tests/cc/ |
D | test_c_api.cc | 339 int (*child_func)(void *)) { in spawn_child() 346 pid_t child = clone(child_func, in spawn_child()
|