Searched refs:holdlwps (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dtasksys.c100 if (curthread != p->p_agenttp && !holdlwps(SHOLDFORK1))
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Dsysi86.c128 if (curthread != pp->p_agenttp && !holdlwps(SHOLDFORK1)) {
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h758 extern int holdlwps(int);
/illumos-gate/usr/src/uts/common/os/
H A Dfork.c203 if (!holdlwps(isfork1 ? SHOLDFORK1 : SHOLDFORK)) {
H A Dlwp.c1274 holdlwps(int holdflag) function
1376 * watchpoint activity. This will cause holdlwps() above to stop the
1614 * undo the effects of holdlwps() or holdwatch().
1703 * Give precedence to exitlwps() if a holdlwps() is
1704 * in progress. The lwp doing the holdlwps() operation
1741 * aborts a holdlwps() operation.
H A Dzone.c3892 * We don't need to call holdlwps() since we know we're the only lwp in
4589 if (curthread != pp->p_agenttp && !holdlwps(SHOLDFORK)) {
5893 if (curthread != pp->p_agenttp && !holdlwps(SHOLDFORK))

Completed in 87 milliseconds