Home
last modified time | relevance | path

Searched refs:SAFE_CLONE (Results 1 – 25 of 39) sorted by relevance

12

/third_party/ltp/testcases/kernel/containers/userns/
Duserns04.c42 cpid1 = SAFE_CLONE(&args); in run()
52 cpid2 = SAFE_CLONE(&args); in run()
Duserns07.c40 cpid = SAFE_CLONE(&args); in child_fn1()
68 cpid = SAFE_CLONE(&args); in run()
Duserns05.c57 cpid1 = SAFE_CLONE(&args1); in run()
73 cpid2 = SAFE_CLONE(&args2); in run()
Duserns06.c79 cpid1 = SAFE_CLONE(&args); in run()
85 cpid2 = SAFE_CLONE(&args); in run()
Duserns03.c133 cpid1 = SAFE_CLONE(&args); in run()
139 cpid2 = SAFE_CLONE(&args); in run()
Duserns02.c44 childpid = SAFE_CLONE(&args); in run()
/third_party/ltp/testcases/kernel/containers/utsname/
Dutsname03.c59 if (!SAFE_CLONE(&cargs)) { in run()
64 if (!SAFE_CLONE(&cargs)) { in run()
/third_party/ltp/testcases/kernel/containers/pidns/
Dpidns05.c44 if (!SAFE_CLONE(&clone_args)) { in child_func()
89 pid = SAFE_CLONE(&clone_args); in run()
Dpidns13.c114 if (!SAFE_CLONE(&cargs)) in run()
117 if (!SAFE_CLONE(&cargs)) in run()
Dpidns01.c38 if (!SAFE_CLONE(&args)) { in run()
Dpidns02.c38 if (!SAFE_CLONE(&args)) { in run()
Dpidns10.c37 if (!SAFE_CLONE(&args)) { in run()
Dpidns04.c41 pid = SAFE_CLONE(&args); in run()
Dpidns06.c38 if (!SAFE_CLONE(&args)) { in run()
Dpidns03.c51 if (!SAFE_CLONE(&args)) { in run()
Dpidns32.c35 cpid = SAFE_CLONE(&args); in child_func()
Dpidns12.c54 pid = SAFE_CLONE(&args); in run()
Dpidns17.c62 if (!SAFE_CLONE(&args)) { in run()
Dpidns16.c67 pid = SAFE_CLONE(&args); in run()
/third_party/ltp/include/
Dtst_clone.h33 #define SAFE_CLONE(args) safe_clone(__FILE__, __LINE__, args) macro
/third_party/ltp/testcases/lib/
Dtst_ns_create.c83 pid = SAFE_CLONE(&args); in main()
/third_party/ltp/testcases/kernel/containers/mqns/
Dmqns_01.c37 if (!SAFE_CLONE(&clone_args)) { in run()
/third_party/ltp/testcases/kernel/containers/sysvipc/
Dcommon.h48 pid = SAFE_CLONE(&clone_args); in clone_test()
/third_party/ltp/testcases/kernel/containers/mountns/
Dmountns01.c72 if (!SAFE_CLONE(&args)) { in run()
Dmountns02.c73 if (!SAFE_CLONE(&args)) { in run()

12