Home
last modified time | relevance | path

Searched refs:vFork (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/bmake/
HDmake.h438 #define vFork() ((getpid() == myPid) ? vfork() : fork()) macro
HDcompat.c359 cpid = vFork(); in CompatRunCommand()
HDmain.c1563 switch (cpid = vFork()) { in Cmd_Exec()
HDjob.c1344 cpid = vFork(); in JobExec()