Searched refs:holdwatch (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dproc.h749 extern int holdwatch(void);
/opensolaris-onvv-gate/usr/src/uts/common/fs/proc/
H A Dprcontrol.c1892 while (holdwatch() != 0)
2331 * See holdwatch() for details.
2441 while (holdwatch() != 0)
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dwatchpoint.c192 * normal circumstances, holdwatch() will stop all other threads, so the
195 * at once. See holdwatch() for the details of this dance.
235 * Release as lock while in holdwatch()
240 if (holdwatch() != 0) {
242 * We stopped in holdwatch().
H A Dlwp.c1324 * See comments for holdwatch(), below.
1377 * expected because stop() relies on calling holdwatch() in order to copyin data
1381 * o The first thread into holdwatch() is the 'master' thread and does
1420 holdwatch(void) function
1594 * undo the effects of holdlwps() or holdwatch().
1602 * If this flag is set, then the original holdwatch() didn't actually
1603 * stop the process. See comments for holdwatch().

Completed in 60 milliseconds