Searched refs:tst_clone (Results 1 – 4 of 4) sorted by relevance
13 pid_t tst_clone(const struct tst_clone_args *tst_args) in tst_clone() function
447 pid = tst_clone(args); in safe_clone()
26 pid_t tst_clone(const struct tst_clone_args *args);
569 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