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

/osnet-11/usr/src/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.c233 assert(why != DT_PROC_STOP_IDLE);
236 dpr->dpr_stop |= DT_PROC_STOP_IDLE;
248 while (dpr->dpr_stop & DT_PROC_STOP_IDLE)
738 if (dpr->dpr_stop & DT_PROC_STOP_IDLE) {
740 dpr->dpr_stop &= ~DT_PROC_STOP_IDLE;
812 * or DT_PROC_STOP_IDLE to be set, indicating that the victim is now
818 while (!dpr->dpr_done && !(dpr->dpr_stop & DT_PROC_STOP_IDLE))
1012 if (dpr->dpr_stop & DT_PROC_STOP_IDLE) {
1013 dpr->dpr_stop &= ~DT_PROC_STOP_IDLE;

Completed in 23 milliseconds