Home
last modified time | relevance | path

Searched refs:WLINUXCLONE (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/sys/
HDwait.h88 #define WLINUXCLONE 0x80000000 /* Wait for kthread spawned from linux_clone. */ macro
/NextBSD/sys/kern/
HDkern_exit.c1063 ((options & WLINUXCLONE) != 0)) { in proc_to_reap()
1196 WEXITED | WTRAPPED | WLINUXCLONE)) != 0) in kern_wait6()
/NextBSD/sys/compat/linux/
HDlinux_misc.c2508 *bsdopts |= WLINUXCLONE; in linux_to_bsd_waitopts()