Searched refs:SHOLDFORK1 (Results 1 – 9 of 9) sorted by relevance
1200 !(p->p_flag & (SHOLDFORK | SHOLDFORK1 | SHOLDWATCH))) { in lwp_continue()1250 if (!(ISHOLD(p)) && !(p->p_flag & (SHOLDFORK1 | SHOLDWATCH))) { in holdlwp()1273 ASSERT(holdflag == SHOLDFORK || holdflag == SHOLDFORK1); in holdlwps()1277 while (p->p_flag & (SEXITLWPS | SHOLDFORK | SHOLDFORK1 | SHOLDWATCH)) { in holdlwps()1359 if (p->p_flag & SHOLDFORK1) { in holdcheck()1626 ASSERT((p->p_flag & (SHOLDFORK | SHOLDFORK1 | SHOLDWATCH)) == 0); in continuelwps()1702 while (p->p_flag & (SHOLDFORK | SHOLDFORK1 | SHOLDWATCH)) { in exitlwps()1784 p->p_flag &= ~(SHOLDFORK | SHOLDFORK1 | SHOLDWATCH | SLWPWRAP); in exitlwps()
717 if ((p->p_flag & (SHOLDFORK1|SHOLDWATCH)) || in cv_wait_stop()
476 (p->p_stopsig | (p->p_flag & (SHOLDFORK1|SHOLDWATCH)) | in issig_justlooking()619 if (((p->p_flag & (SHOLDFORK1|SHOLDWATCH)) || in issig_forreal()939 (p->p_flag & (SHOLDFORK|SHOLDFORK1|SHOLDWATCH)))) { in stop()
204 if (!holdlwps(isfork1 ? SHOLDFORK1 : SHOLDFORK)) { in cfork()
2672 (SHOLDFORK|SHOLDFORK1|SHOLDWATCH)) { in aio_cleanup_thread()
100 if (curthread != p->p_agenttp && !holdlwps(SHOLDFORK1)) in tasksys_settaskid()
506 #define SHOLDFORK1 0x00800000 /* hold lwps in place (not cloning) */ macro560 ((p)->p_flag & (SEXITLWPS|SKILLED|SHOLDFORK1|SHOLDWATCH)))
137 if (curthread != pp->p_agenttp && !holdlwps(SHOLDFORK1)) { in sysi86()
213 { "SHOLDFORK1", SHOLDFORK1, SHOLDFORK1 }, in pflags()