/external/ltp/testcases/kernel/containers/pidns/ |
pidns_helper.h | 18 static int dummy_child(void *v) function 31 pid = do_clone_unshare_test(T_CLONE, CLONE_NEWPID, dummy_child, NULL);
|
/external/ltp/testcases/kernel/containers/sysvipc/ |
ipcns_helper.h | 23 static int dummy_child(void *v) function 36 pid = do_clone_unshare_test(T_CLONE, CLONE_NEWIPC, dummy_child, NULL);
|
/external/ltp/testcases/kernel/containers/mountns/ |
mountns_helper.h | 23 static int dummy_child(void *v) function 36 pid = do_clone_unshare_test(T_CLONE, CLONE_NEWNS, dummy_child, NULL);
|
/external/ltp/testcases/kernel/containers/mqns/ |
mqns_helper.h | 28 static int dummy_child(void *v) function 51 pid = do_clone_unshare_test(T_CLONE, CLONE_NEWIPC, dummy_child, NULL);
|
/external/ltp/testcases/kernel/containers/userns/ |
userns_helper.h | 22 static int dummy_child(void *v) function 35 pid = do_clone_unshare_test(T_CLONE, CLONE_NEWUSER, dummy_child, NULL);
|
/external/ltp/testcases/kernel/syscalls/waitid/ |
waitid02.c | 171 static void dummy_child(void) function 200 makechild(t, dummy_child); 205 makechild(t, dummy_child);
|
/external/ltp/testcases/kernel/containers/utsname/ |
utstest.c | 62 static int dummy_child(void *v) function 75 pid = do_clone_unshare_test(T_CLONE, CLONE_NEWUTS, dummy_child, NULL);
|