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

/external/ltp/testcases/kernel/syscalls/capset/
H A Dcapset02.c102 static void child_func(void);
136 maybe_run_child(&child_func, "");
198 void child_func(void) function
246 child_func();
/external/ltp/testcases/kernel/containers/pidns/
H A Dpidns03.c57 int child_func(void *arg) function
89 if (do_clone_tests(CLONE_NEWPID, child_func, NULL, NULL, NULL) == -1)
/external/ltp/testcases/kernel/containers/mountns/
H A Dmountns01.c55 int child_func(void *arg LTP_ATTRIBUTE_UNUSED) function
95 if (do_clone_tests(CLONE_NEWNS, child_func, NULL, NULL, NULL) == -1)
H A Dmountns02.c55 int child_func(void *arg LTP_ATTRIBUTE_UNUSED) function
95 if (do_clone_tests(CLONE_NEWNS, child_func, NULL, NULL, NULL) == -1)
H A Dmountns03.c60 int child_func(void *arg LTP_ATTRIBUTE_UNUSED) function
108 if (do_clone_tests(CLONE_NEWNS, child_func, NULL, NULL, NULL) == -1)
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
H A D23-1.c56 int child_func(void) function
124 child_func();
/external/valgrind/none/tests/linux/
H A Dpthread-stack.c47 static void* child_func ( void* arg ) function
100 r = pthread_create(&child, &attr, child_func, NULL);
/external/valgrind/none/tests/solaris/
H A Dpthread-stack.c46 static void *child_func(void *arg) function
95 r = pthread_create(&child, &attr, child_func, NULL);
/external/ltp/testcases/kernel/containers/netns/
H A Dnetns_netlink.c68 int child_func(void) function
139 _exit(child_func());

Completed in 213 milliseconds