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

/opensolaris-onvv-gate/usr/src/uts/common/syscall/
H A Dtasksys.c97 if (curthread != p->p_agenttp && !holdlwps(SHOLDFORK1))
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dproc.h748 extern int holdlwps(int);
/opensolaris-onvv-gate/usr/src/uts/intel/ia32/os/
H A Dsysi86.c128 if (curthread != pp->p_agenttp && !holdlwps(SHOLDFORK1)) {
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dfork.c175 if (!holdlwps(isfork1 ? SHOLDFORK1 : SHOLDFORK)) {
H A Dlwp.c1254 holdlwps(int holdflag) function
1356 * watchpoint activity. This will cause holdlwps() above to stop the
1594 * undo the effects of holdlwps() or holdwatch().
1683 * Give precedence to exitlwps() if a holdlwps() is
1684 * in progress. The lwp doing the holdlwps() operation
1721 * aborts a holdlwps() operation.
H A Dzone.c3588 * We don't need to call holdlwps() since we know we're the only lwp in
4225 if (curthread != pp->p_agenttp && !holdlwps(SHOLDFORK)) {
5506 if (curthread != pp->p_agenttp && !holdlwps(SHOLDFORK))

Completed in 190 milliseconds