Searched refs:LW_WREBOOT (Results 1 – 5 of 5) sorted by relevance
242 #define LW_WREBOOT 0x08000000 /* System is rebooting, please suspend */ macro271 (LW_WEXIT | LW_PENDSIG | LW_WREBOOT | LW_WSUSPEND | LW_WCORE | LW_LWPCTL)
258 if ((l->l_flag & (LW_WREBOOT | LW_WSUSPEND | LW_WEXIT)) == 0) { in linux_clone_nptl()
105 (l->l_flag & (LW_WREBOOT | LW_WSUSPEND | LW_WEXIT)) == 0) { in do_lwp_create()
1009 l->l_flag |= (LW_WREBOOT | LW_WSUSPEND); in suspendsched()
465 if ((l->l_flag & LW_WREBOOT) != 0) { in lwp_continue()