Searched refs:SHOLDWATCH (Results 1 – 5 of 5) sorted by relevance
1205 !(p->p_flag & (SHOLDFORK | SHOLDFORK1 | SHOLDWATCH))) { in lwp_continue()1255 if (!(ISHOLD(p)) && !(p->p_flag & (SHOLDFORK1 | SHOLDWATCH))) { in holdlwp()1282 while (p->p_flag & (SEXITLWPS | SHOLDFORK | SHOLDFORK1 | SHOLDWATCH)) { in holdlwps()1307 if (p->p_flag & (SEXITLWPS | SHOLDWATCH)) { in holdlwps()1383 p->p_flag |= SHOLDWATCH; in holdcheck()1386 p->p_flag &= ~SHOLDWATCH; in holdcheck()1458 if (!(p->p_flag & SHOLDWATCH)) { in holdwatch()1463 p->p_flag |= SHOLDWATCH; in holdwatch()1470 if (holdcheck(SHOLDWATCH) != 0) { in holdwatch()1471 p->p_flag &= ~SHOLDWATCH; in holdwatch()[all …]
717 if ((p->p_flag & (SHOLDFORK1|SHOLDWATCH)) || in cv_wait_stop()
460 (p->p_stopsig | (p->p_flag & (SHOLDFORK1|SHOLDWATCH)) | in issig_justlooking()603 if (((p->p_flag & (SHOLDFORK1|SHOLDWATCH)) || in issig_forreal()923 (p->p_flag & (SHOLDFORK|SHOLDFORK1|SHOLDWATCH)))) { in stop()
2685 (SHOLDFORK|SHOLDFORK1|SHOLDWATCH)) { in aio_cleanup_thread()
500 #define SHOLDWATCH 0x20000000 /* hold lwps for watchpoint operation */ macro540 ((p)->p_flag & (SEXITLWPS|SKILLED|SHOLDFORK1|SHOLDWATCH)))