Home
last modified time | relevance | path

Searched refs:XVFORK (Results 1 - 9 of 9) sorted by relevance

/third_party/toybox/toys/other/
H A Dsetsid.c22 while (setsid()<0) if (XVFORK()) _exit(0); in setsid_main()
H A Doneit.c83 pid = XVFORK(); in oneit_main()
H A Dtimeout.c80 if (!(TT.pid = XVFORK())) xexec(toys.optargs+1); in timeout_main()
/third_party/toybox/toys/posix/
H A Dtime.c33 if (!(pid = XVFORK())) xexec(toys.optargs); in time_main()
H A Dxargs.c181 if (!(pid = XVFORK())) { in xargs_main()
/third_party/toybox/toys/net/
H A Dnetcat.c178 if (FLAG(L)) NOEXIT(child = XVFORK()); in netcat_main()
/third_party/toybox/lib/
H A Dlib.h421 #define XVFORK() xvforkwrap(vfork()) macro
H A Dxwrap.c191 // This is called through the XVFORK macro because parent/child of vfork
238 if (!(pid = CFG_TOYBOX_FORK ? xfork() : XVFORK())) { in xpopen_both()
/third_party/toybox/porting/liteos_a/lib/
H A Dlib.h412 #define XVFORK() xvforkwrap(vfork()) macro

Completed in 5 milliseconds