Searched refs:LINUX_CLONE_VFORK (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/compat/linux/ | ||
H A D | linux_fork.h | 37 #define LINUX_CLONE_VFORK 0x00004000 macro |
H A D | linux_fork.c | 163 if (args->flags & LINUX_CLONE_VFORK) in linux_clone_proc() |