Searched refs:child_func (Results 1 – 8 of 8) sorted by relevance
/third_party/ltp/testcases/kernel/containers/netns/ |
D | netns_netlink.c | 44 static void child_func(void) in child_func() function 99 child_func(); in test_netns_netlink()
|
/third_party/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()
|
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
D | funlockfile.c | 24 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/ |
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()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/ |
D | 23-1.c | 51 static int child_func(void) in child_func() function 119 child_func(); in main()
|
/third_party/ltp/testcases/kernel/syscalls/ipc/shmctl/ |
D | shmctl01.c | 63 static void fork_children(void (*child_func)(void)) in fork_children() 71 child_func(); in fork_children()
|