Home
last modified time | relevance | path

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

/minix/usr.bin/make/
H A Dmake.h422 #define vFork() ((getpid() == myPid) ? vfork() : fork()) macro
H A Dcompat.c356 cpid = vFork(); in CompatRunCommand()
H A Dmain.c1526 switch (cpid = vFork()) { in Cmd_Exec()
H A Djob.c1314 cpid = vFork(); in JobExec()