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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Ddtrace_impl.h968 DTRACE_ACTIVITY_COOLDOWN, /* while stopping */ enumerator in enum:dtrace_activity
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace.c5823 if (current == DTRACE_ACTIVITY_COOLDOWN)
10106 if (state->dts_activity != DTRACE_ACTIVITY_COOLDOWN &&
12730 * DTRACE_ACTIVITY_COOLDOWN and know that we're not racing with any
12732 * and callees to know that the activity is DTRACE_ACTIVITY_COOLDOWN
12735 state->dts_activity = DTRACE_ACTIVITY_COOLDOWN;
12737 ASSERT(state->dts_activity == DTRACE_ACTIVITY_COOLDOWN);

Completed in 25 milliseconds