Home
last modified time | relevance | path

Searched refs:SHOLDFORK1 (Results 1 – 8 of 8) sorted by relevance

/onnv-gate/usr/src/uts/common/os/
H A Dlwp.c1185 !(p->p_flag & (SHOLDFORK | SHOLDFORK1 | SHOLDWATCH))) { in lwp_continue()
1235 if (!(ISHOLD(p)) && !(p->p_flag & (SHOLDFORK1 | SHOLDWATCH))) { in holdlwp()
1258 ASSERT(holdflag == SHOLDFORK || holdflag == SHOLDFORK1); in holdlwps()
1262 while (p->p_flag & (SEXITLWPS | SHOLDFORK | SHOLDFORK1 | SHOLDWATCH)) { in holdlwps()
1344 if (p->p_flag & SHOLDFORK1) { in holdcheck()
1611 ASSERT((p->p_flag & (SHOLDFORK | SHOLDFORK1 | SHOLDWATCH)) == 0); in continuelwps()
1687 while (p->p_flag & (SHOLDFORK | SHOLDFORK1 | SHOLDWATCH)) { in exitlwps()
1769 p->p_flag &= ~(SHOLDFORK | SHOLDFORK1 | SHOLDWATCH | SLWPWRAP); in exitlwps()
H A Dcondvar.c700 if ((p->p_flag & (SHOLDFORK1|SHOLDWATCH)) || in cv_wait_stop()
H A Dsig.c459 (p->p_stopsig | (p->p_flag & (SHOLDFORK1|SHOLDWATCH)) | in issig_justlooking()
602 if (((p->p_flag & (SHOLDFORK1|SHOLDWATCH)) || in issig_forreal()
922 (p->p_flag & (SHOLDFORK|SHOLDFORK1|SHOLDWATCH)))) { in stop()
H A Dfork.c175 if (!holdlwps(isfork1 ? SHOLDFORK1 : SHOLDFORK)) { in cfork()
H A Daio.c2685 (SHOLDFORK|SHOLDFORK1|SHOLDWATCH)) { in aio_cleanup_thread()
/onnv-gate/usr/src/uts/common/syscall/
H A Dtasksys.c97 if (curthread != p->p_agenttp && !holdlwps(SHOLDFORK1)) in tasksys_settaskid()
/onnv-gate/usr/src/uts/common/sys/
H A Dproc.h494 #define SHOLDFORK1 0x00800000 /* hold lwps in place (not cloning) */ macro
540 ((p)->p_flag & (SEXITLWPS|SKILLED|SHOLDFORK1|SHOLDWATCH)))
/onnv-gate/usr/src/uts/intel/ia32/os/
H A Dsysi86.c128 if (curthread != pp->p_agenttp && !holdlwps(SHOLDFORK1)) { in sysi86()