Home
last modified time | relevance | path

Searched refs:LW_WREBOOT (Results 1 – 5 of 5) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dlwp.h242 #define LW_WREBOOT 0x08000000 /* System is rebooting, please suspend */ macro
271 (LW_WEXIT | LW_PENDSIG | LW_WREBOOT | LW_WSUSPEND | LW_WCORE | LW_LWPCTL)
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/linux/common/
H A Dlinux_sched.c258 if ((l->l_flag & (LW_WREBOOT | LW_WSUSPEND | LW_WEXIT)) == 0) { in linux_clone_nptl()
/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dsys_lwp.c105 (l->l_flag & (LW_WREBOOT | LW_WSUSPEND | LW_WEXIT)) == 0) { in do_lwp_create()
H A Dkern_synch.c1009 l->l_flag |= (LW_WREBOOT | LW_WSUSPEND); in suspendsched()
H A Dkern_lwp.c465 if ((l->l_flag & LW_WREBOOT) != 0) { in lwp_continue()