Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/containers/pidns/
Dpidns13.c111 if (!SAFE_CLONE(&cargs)) in run()
114 if (!SAFE_CLONE(&cargs)) in run()
/third_party/ltp/include/
Dtst_clone.h32 #define SAFE_CLONE(args) safe_clone(__FILE__, __LINE__, args) macro
/third_party/ltp/testcases/kernel/containers/userns/
Duserns08.c38 return SAFE_CLONE(&cargs); in clone_newuser()
/third_party/ltp/testcases/kernel/syscalls/close_range/
Dclose_range02.c86 if (!SAFE_CLONE(&args)) { in run()
Dclose_range01.c156 if (!SAFE_CLONE(&args)) in run()
/third_party/ltp/doc/
Dc-test-api.txt378 before calling 'fork()' or 'clone()'. Note that the 'SAFE_FORK()' and 'SAFE_CLONE()'
569 To avoid that you should use 'SAFE_FORK()', 'SAFE_CLONE()' or 'tst_clone()'.
572 if your testcase forks or calls 'SAFE_CLONE()'.
606 When using 'SAFE_CLONE' or 'tst_clone', this may not work depending on
607 the parameters passed to clone. The following call to 'SAFE_CLONE' is
616 SAFE_CLONE(&args);