Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dlwp.c1205 !(p->p_flag & (SHOLDFORK | SHOLDFORK1 | SHOLDWATCH))) { in lwp_continue()
1278 ASSERT(holdflag == SHOLDFORK || holdflag == SHOLDFORK1); in holdlwps()
1282 while (p->p_flag & (SEXITLWPS | SHOLDFORK | SHOLDFORK1 | SHOLDWATCH)) { in holdlwps()
1286 if (p->p_flag & (SEXITLWPS | SHOLDFORK)) { in holdlwps()
1380 if (p->p_flag & SHOLDFORK) { in holdcheck()
1382 while (p->p_flag & SHOLDFORK) { in holdcheck()
1598 if ((p->p_flag & SHOLDFORK) && SUSPENDED(t)) { in pokelwps()
1631 ASSERT((p->p_flag & (SHOLDFORK | SHOLDFORK1 | SHOLDWATCH)) == 0); in continuelwps()
1707 while (p->p_flag & (SHOLDFORK | SHOLDFORK1 | SHOLDWATCH)) { in exitlwps()
1712 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.c180 if (!holdlwps(isfork1 ? SHOLDFORK1 : SHOLDFORK)) { in cfork()
H A Dzone.c4403 if (curthread != pp->p_agenttp && !holdlwps(SHOLDFORK)) { in zone_create()
5697 if (curthread != pp->p_agenttp && !holdlwps(SHOLDFORK)) in zone_enter()
H A Daio.c2685 (SHOLDFORK|SHOLDFORK1|SHOLDWATCH)) { in aio_cleanup_thread()
/titanic_50/usr/src/uts/common/sys/
H A Dproc.h495 #define SHOLDFORK 0x00200000 /* hold lwps where they're cloneable */ macro
547 #define ISHOLD(p) ((p)->p_flag & SHOLDFORK)