Lines Matching refs:SHOLDWATCH
1200 !(p->p_flag & (SHOLDFORK | SHOLDFORK1 | SHOLDWATCH))) { in lwp_continue()
1250 if (!(ISHOLD(p)) && !(p->p_flag & (SHOLDFORK1 | SHOLDWATCH))) { in holdlwp()
1277 while (p->p_flag & (SEXITLWPS | SHOLDFORK | SHOLDFORK1 | SHOLDWATCH)) { in holdlwps()
1302 if (p->p_flag & (SEXITLWPS | SHOLDWATCH)) { in holdlwps()
1378 p->p_flag |= SHOLDWATCH; in holdcheck()
1381 p->p_flag &= ~SHOLDWATCH; in holdcheck()
1453 if (!(p->p_flag & SHOLDWATCH)) { in holdwatch()
1458 p->p_flag |= SHOLDWATCH; in holdwatch()
1465 if (holdcheck(SHOLDWATCH) != 0) { in holdwatch()
1466 p->p_flag &= ~SHOLDWATCH; in holdwatch()
1490 if (holdcheck(SHOLDWATCH | SWATCHOK) != 0) { in holdwatch()
1491 p->p_flag &= ~(SHOLDWATCH | SWATCHOK); in holdwatch()
1503 p->p_flag &= ~SHOLDWATCH; in holdwatch()
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()