Home
last modified time | relevance | path

Searched refs:xwaitpid (Results 1 – 5 of 5) sorted by relevance

/external/toybox/toys/other/
Dsetsid.c40 if (pid>0) i = xwaitpid(pid); in setsid_main()
/external/toybox/lib/
Dxwrap.c340 int xwaitpid(pid_t pid) in xwaitpid() function
356 return xwaitpid(pid); in xpclose_both()
404 if (xwaitpid(pid)) { in xrunread()
Dlib.h128 int xwaitpid(pid_t pid);
/external/toybox/toys/posix/
Dtar.c1108 xwaitpid(pid); in tar_main()
/external/toybox/toys/pending/
Dsh.c3465 pp->exit = xwaitpid(pp->pid); in wait_pipeline()