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

/freebsd-10.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.h69 #define DT_PROC_STOP_IDLE 0x01 /* idle on owner's stop request */ macro
H A Ddt_proc.c259 assert(why != DT_PROC_STOP_IDLE);
262 dpr->dpr_stop |= DT_PROC_STOP_IDLE;
274 while (dpr->dpr_stop & DT_PROC_STOP_IDLE)
821 if (dpr->dpr_stop & DT_PROC_STOP_IDLE) {
823 dpr->dpr_stop &= ~DT_PROC_STOP_IDLE;
899 * or DT_PROC_STOP_IDLE to be set, indicating that the victim is now
905 while (!dpr->dpr_done && !(dpr->dpr_stop & DT_PROC_STOP_IDLE))
1118 if (dpr->dpr_stop & DT_PROC_STOP_IDLE) {
1119 dpr->dpr_stop &= ~DT_PROC_STOP_IDLE;

Completed in 109 milliseconds