Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dlwp.c1200 !(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()
H A Dcondvar.c717 if ((p->p_flag & (SHOLDFORK1|SHOLDWATCH)) || in cv_wait_stop()
H A Dsig.c476 (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()
H A Dfork.c204 if (!holdlwps(isfork1 ? SHOLDFORK1 : SHOLDFORK)) { in cfork()
H A Daio.c2672 (SHOLDFORK|SHOLDFORK1|SHOLDWATCH)) { in aio_cleanup_thread()
/illumos-gate/usr/src/uts/common/syscall/
H A Dtasksys.c100 if (curthread != p->p_agenttp && !holdlwps(SHOLDFORK1)) in tasksys_settaskid()
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h506 #define SHOLDFORK1 0x00800000 /* hold lwps in place (not cloning) */ macro
560 ((p)->p_flag & (SEXITLWPS|SKILLED|SHOLDFORK1|SHOLDWATCH)))
/illumos-gate/usr/src/uts/intel/os/
H A Dsysi86.c137 if (curthread != pp->p_agenttp && !holdlwps(SHOLDFORK1)) { in sysi86()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c213 { "SHOLDFORK1", SHOLDFORK1, SHOLDFORK1 }, in pflags()