Searched refs:T_VFPARENT (Results 1 – 4 of 4) sorted by relevance
664 if (t->t_flag & T_VFPARENT) { in post_syscall()668 t->t_flag &= ~T_VFPARENT; in post_syscall()
560 if (t->t_flag & T_VFPARENT) { in post_syscall()564 t->t_flag &= ~T_VFPARENT; in post_syscall()
384 #define T_VFPARENT 0x4000 /* thread is vfork parent, must call vfwait */ macro
577 curthread->t_flag |= T_VFPARENT; in cfork()