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

/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_proc.h69 #define DT_PROC_STOP_IDLE 0x01 /* idle on owner's stop request */ macro
H A Ddt_proc.c267 assert(why != DT_PROC_STOP_IDLE);
270 dpr->dpr_stop |= DT_PROC_STOP_IDLE;
282 while (dpr->dpr_stop & DT_PROC_STOP_IDLE)
334 if (!(dpr->dpr_stop & ~DT_PROC_STOP_IDLE))
791 if (dpr->dpr_stop & DT_PROC_STOP_IDLE) {
793 dpr->dpr_stop &= ~DT_PROC_STOP_IDLE;
867 * or DT_PROC_STOP_IDLE to be set, indicating that the victim is now
873 while (!dpr->dpr_done && !(dpr->dpr_stop & DT_PROC_STOP_IDLE))
1074 if (dpr->dpr_stop & DT_PROC_STOP_IDLE) {
1075 dpr->dpr_stop &= ~DT_PROC_STOP_IDLE;
[all...]

Completed in 130 milliseconds