Home
last modified time | relevance | path

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

/third_party/ltp/include/
Dtst_safe_macros.h144 int safe_setpgid(const char *file, const int lineno, pid_t pid, pid_t pgid);
147 safe_setpgid(__FILE__, __LINE__, (pid), (pgid))
/third_party/ltp/lib/
Dtst_safe_macros.c42 int safe_setpgid(const char *file, const int lineno, pid_t pid, pid_t pgid) in safe_setpgid() function