Searched refs:MAX_EVENT_NESTING (Results 1 – 1 of 1) sorted by relevance
26 #define MAX_EVENT_NESTING 2U macro49 sdei_dispatch_context_t dispatch_stack[MAX_EVENT_NESTING];120 assert(state->stack_top < MAX_EVENT_NESTING); in push_dispatch()136 assert(state->stack_top <= MAX_EVENT_NESTING); in pop_dispatch()151 assert(state->stack_top <= MAX_EVENT_NESTING); in get_outstanding_dispatch()
Completed in 4 milliseconds