Searched refs:SHOLDFORK (Results 1 – 7 of 7) sorted by relevance
1200 !(p->p_flag & (SHOLDFORK | SHOLDFORK1 | SHOLDWATCH))) { in lwp_continue()1273 ASSERT(holdflag == SHOLDFORK || holdflag == SHOLDFORK1); in holdlwps()1277 while (p->p_flag & (SEXITLWPS | SHOLDFORK | SHOLDFORK1 | SHOLDWATCH)) { in holdlwps()1281 if (p->p_flag & (SEXITLWPS | SHOLDFORK)) { in holdlwps()1375 if (p->p_flag & SHOLDFORK) { in holdcheck()1377 while (p->p_flag & SHOLDFORK) { in holdcheck()1593 if ((p->p_flag & SHOLDFORK) && SUSPENDED(t)) { in pokelwps()1626 ASSERT((p->p_flag & (SHOLDFORK | SHOLDFORK1 | SHOLDWATCH)) == 0); in continuelwps()1702 while (p->p_flag & (SHOLDFORK | SHOLDFORK1 | SHOLDWATCH)) { in exitlwps()1707 p->p_flag |= SHOLDFORK; in exitlwps()[all …]
939 (p->p_flag & (SHOLDFORK|SHOLDFORK1|SHOLDWATCH)))) { in stop()949 if (lwp->lwp_asleep && (p->p_flag & SHOLDFORK)) { in stop()
204 if (!holdlwps(isfork1 ? SHOLDFORK1 : SHOLDFORK)) { in cfork()
4619 if (curthread != pp->p_agenttp && !holdlwps(SHOLDFORK)) { in zone_create()5933 if (curthread != pp->p_agenttp && !holdlwps(SHOLDFORK)) in zone_enter()
2672 (SHOLDFORK|SHOLDFORK1|SHOLDWATCH)) { in aio_cleanup_thread()
505 #define SHOLDFORK 0x00200000 /* hold lwps where they're cloneable */ macro565 #define ISHOLD(p) ((p)->p_flag & SHOLDFORK)
213 { "SHOLDFORK", SHOLDFORK, SHOLDFORK }, in pflags()