Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sparc/os/
H A Dsyscall.c637 if (!(t->t_flag & T_FORKALL)) { in post_syscall()
689 t->t_flag &= ~T_FORKALL; in post_syscall()
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h374 #define T_FORKALL 0x0010 /* thread was cloned by forkall() */ macro
/illumos-gate/usr/src/uts/intel/os/
H A Dsyscall.c585 t->t_flag &= ~T_FORKALL; in post_syscall()
/illumos-gate/usr/src/uts/common/os/
H A Dfork.c429 ct->t_flag |= T_FORKALL; in cfork()