Searched refs:DT_PROC_STOP_IDLE (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.h71 #define DT_PROC_STOP_IDLE 0x01 /* idle on owner's stop request */ macro
H A Ddt_proc.c263 assert(why != DT_PROC_STOP_IDLE);
266 dpr->dpr_stop |= DT_PROC_STOP_IDLE;
278 while (dpr->dpr_stop & DT_PROC_STOP_IDLE)
826 if (dpr->dpr_stop & DT_PROC_STOP_IDLE) {
828 dpr->dpr_stop &= ~DT_PROC_STOP_IDLE;
904 * or DT_PROC_STOP_IDLE to be set, indicating that the victim is now
910 while (!dpr->dpr_done && !(dpr->dpr_stop & DT_PROC_STOP_IDLE))
1127 if (dpr->dpr_stop & DT_PROC_STOP_IDLE) {
1128 dpr->dpr_stop &= ~DT_PROC_STOP_IDLE;

Completed in 41 milliseconds