Searched refs:SAFE_CLONE (Results 1 – 6 of 6) sorted by relevance
111 if (!SAFE_CLONE(&cargs)) in run()114 if (!SAFE_CLONE(&cargs)) in run()
32 #define SAFE_CLONE(args) safe_clone(__FILE__, __LINE__, args) macro
38 return SAFE_CLONE(&cargs); in clone_newuser()
86 if (!SAFE_CLONE(&args)) { in run()
156 if (!SAFE_CLONE(&args)) in run()
378 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 on607 the parameters passed to clone. The following call to 'SAFE_CLONE' is616 SAFE_CLONE(&args);