Searched refs:T_VFPARENT (Results 1 – 4 of 4) sorted by relevance
571 if (t->t_flag & T_VFPARENT) { in post_syscall()575 t->t_flag &= ~T_VFPARENT; in post_syscall()
670 if (t->t_flag & T_VFPARENT) { in post_syscall()674 t->t_flag &= ~T_VFPARENT; in post_syscall()
373 #define T_VFPARENT 0x4000 /* thread is vfork parent, must call vfwait */ macro
562 curthread->t_flag |= T_VFPARENT; in cfork()