OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XVFORK
(Results
1 - 6
of
6
) sorted by null
/external/toybox/toys/other/
setsid.c
22
while (setsid()<0) if (
XVFORK
()) _exit(0);
timeout.c
65
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
284
#define
XVFORK
() xvforkwrap(vfork())
xwrap.c
141
// This is called through the
XVFORK
macro because parent/child of vfork
190
if (!(pid = CFG_TOYBOX_FORK ? xfork() :
XVFORK
())) {
Completed in 108 milliseconds