Home
last modified time | relevance | path

Searched refs:T_VFPARENT (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sparc/os/
H A Dsyscall.c664 if (t->t_flag & T_VFPARENT) { in post_syscall()
668 t->t_flag &= ~T_VFPARENT; in post_syscall()
/illumos-gate/usr/src/uts/intel/os/
H A Dsyscall.c560 if (t->t_flag & T_VFPARENT) { in post_syscall()
564 t->t_flag &= ~T_VFPARENT; in post_syscall()
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h384 #define T_VFPARENT 0x4000 /* thread is vfork parent, must call vfwait */ macro
/illumos-gate/usr/src/uts/common/os/
H A Dfork.c577 curthread->t_flag |= T_VFPARENT; in cfork()