Home
last modified time | relevance | path

Searched refs:tst_clone (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/lib/
Dtst_clone.c13 pid_t tst_clone(const struct tst_clone_args *tst_args) in tst_clone() function
Dtst_test.c447 pid = tst_clone(args); in safe_clone()
/third_party/ltp/include/
Dtst_clone.h26 pid_t tst_clone(const struct tst_clone_args *args);
/third_party/ltp/doc/
Dc-test-api.txt569 To avoid that you should use 'SAFE_FORK()', 'SAFE_CLONE()' or 'tst_clone()'.
606 When using 'SAFE_CLONE' or 'tst_clone', this may not work depending on