Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/containers/netns/
Dnetns_netlink.c44 static void child_func(void) in child_func() function
99 child_func(); in test_netns_netlink()
/third_party/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()
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
Dfunlockfile.c24 void *child_func(void *p) in child_func() function
66 if (pthread_create(tid + i, NULL, child_func, NULL) != 0) { in funlockfile_0100()
/third_party/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()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
D23-1.c51 static int child_func(void) in child_func() function
119 child_func(); in main()
/third_party/ltp/testcases/kernel/syscalls/ipc/shmctl/
Dshmctl01.c63 static void fork_children(void (*child_func)(void)) in fork_children()
71 child_func(); in fork_children()