Searched refs:child_func (Results 1 – 9 of 9) sorted by relevance
/external/ltp/testcases/kernel/syscalls/capset/ |
D | capset02.c | 102 static void child_func(void); 136 maybe_run_child(&child_func, ""); in main() 198 void child_func(void) in child_func() function 246 child_func(); in test_setup()
|
/external/ltp/testcases/kernel/containers/pidns/ |
D | pidns03.c | 57 int child_func(void *arg) in child_func() function 89 if (do_clone_tests(CLONE_NEWPID, child_func, NULL, NULL, NULL) == -1) in test()
|
/external/ltp/testcases/kernel/containers/mountns/ |
D | mountns01.c | 55 int child_func(void *arg LTP_ATTRIBUTE_UNUSED) in child_func() function 95 if (do_clone_tests(CLONE_NEWNS, child_func, NULL, NULL, NULL) == -1) in test()
|
D | mountns02.c | 55 int child_func(void *arg LTP_ATTRIBUTE_UNUSED) in child_func() function 95 if (do_clone_tests(CLONE_NEWNS, child_func, NULL, NULL, NULL) == -1) in test()
|
D | mountns03.c | 60 int child_func(void *arg LTP_ATTRIBUTE_UNUSED) in child_func() function 108 if (do_clone_tests(CLONE_NEWNS, child_func, NULL, NULL, NULL) == -1) in test()
|
/external/valgrind/none/tests/linux/ |
D | pthread-stack.c | 47 static void* child_func ( void* arg ) in child_func() function 100 r = pthread_create(&child, &attr, child_func, NULL); in main()
|
/external/valgrind/none/tests/solaris/ |
D | pthread-stack.c | 46 static void *child_func(void *arg) in child_func() function 95 r = pthread_create(&child, &attr, child_func, NULL); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/ |
D | 23-1.c | 56 int child_func(void) in child_func() function 124 child_func(); in main()
|
/external/ltp/testcases/kernel/containers/netns/ |
D | netns_netlink.c | 68 int child_func(void) in child_func() function 139 _exit(child_func()); in test()
|