Home
last modified time | relevance | path

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

/third_party/ltp/include/
Dtst_safe_macros.h613 int safe_unshare(const char *file, const int lineno, int flags);
614 #define SAFE_UNSHARE(flags) safe_unshare(__FILE__, __LINE__, (flags))
/third_party/ltp/lib/
Dtst_safe_macros.c400 int safe_unshare(const char *file, const int lineno, int flags) in safe_unshare() function