Home
last modified time | relevance | path

Searched refs:SHOLDFORK (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dlwp.c1200 !(p->p_flag & (SHOLDFORK | SHOLDFORK1 | SHOLDWATCH))) { in lwp_continue()
1273 ASSERT(holdflag == SHOLDFORK || holdflag == SHOLDFORK1); 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()
1702 while (p->p_flag & (SHOLDFORK | SHOLDFORK1 | SHOLDWATCH)) { in exitlwps()
1707 p->p_flag |= SHOLDFORK; in exitlwps()
1729 p->p_flag &= ~(SCOREDUMP | SHOLDFORK | SEXITLWPS); in exitlwps()
1738 p->p_flag &= ~SHOLDFORK; in exitlwps()
[all …]
H A Dsig.c939 (p->p_flag & (SHOLDFORK|SHOLDFORK1|SHOLDWATCH)))) { in stop()
949 if (lwp->lwp_asleep && (p->p_flag & SHOLDFORK)) { in stop()
H A Dfork.c204 if (!holdlwps(isfork1 ? SHOLDFORK1 : SHOLDFORK)) { in cfork()
H A Dzone.c4619 if (curthread != pp->p_agenttp && !holdlwps(SHOLDFORK)) { in zone_create()
5933 if (curthread != pp->p_agenttp && !holdlwps(SHOLDFORK)) in zone_enter()
H A Daio.c2672 (SHOLDFORK|SHOLDFORK1|SHOLDWATCH)) { in aio_cleanup_thread()
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h505 #define SHOLDFORK 0x00200000 /* hold lwps where they're cloneable */ macro
565 #define ISHOLD(p) ((p)->p_flag & SHOLDFORK)
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c212 { "SHOLDFORK", SHOLDFORK, SHOLDFORK }, in pflags()