HomeSort by relevance Sort by last modified time
    Searched refs:XVFORK (Results 1 - 7 of 7) sorted by null

  /external/toybox/toys/other/
setsid.c 22 while (setsid()<0) if (XVFORK()) _exit(0);
oneit.c 82 pid = XVFORK();
timeout.c 66 if (!(TT.pid = XVFORK())) xexec(toys.optargs+1);
  /external/toybox/toys/posix/
time.c 31 if (!(pid = XVFORK())) xexec(toys.optargs);
xargs.c 172 if (!(pid = XVFORK())) {
  /external/toybox/lib/
lib.h 326 #define XVFORK() xvforkwrap(vfork())
xwrap.c 162 // This is called through the XVFORK macro because parent/child of vfork
211 if (!(pid = CFG_TOYBOX_FORK ? xfork() : XVFORK())) {

Completed in 277 milliseconds