Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/capset/
Dcapset02.c102 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/
Dpidns03.c57 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/
Dmountns01.c55 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()
Dmountns02.c55 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()
Dmountns03.c60 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/
Dpthread-stack.c47 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/
Dpthread-stack.c46 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/
D23-1.c56 int child_func(void) in child_func() function
124 child_func(); in main()
/external/ltp/testcases/kernel/containers/netns/
Dnetns_netlink.c68 int child_func(void) in child_func() function
139 _exit(child_func()); in test()