Searched defs:holdflag (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dlwp.c1274 holdlwps(int holdflag) argument
1278 ASSERT(holdflag == SHOLDFORK || holdflag == SHOLDFORK1);
1296 p->p_flag |= holdflag;
1309 p->p_flag &= ~holdflag;
1331 p->p_flag &= ~holdflag;
1338 p->p_flag &= ~holdflag;

Completed in 46 milliseconds