Home
last modified time | relevance | path

Searched refs:safe_clone (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/include/
Dtst_clone.h28 pid_t safe_clone(const char *file, const int lineno,
32 #define SAFE_CLONE(args) safe_clone(__FILE__, __LINE__, args)
/third_party/ltp/lib/
Dtst_test.c439 pid_t safe_clone(const char *file, const int lineno, in safe_clone() function