Searched refs:__get_current_exception (Results 1 – 9 of 9) sorted by relevance
49 if (__get_current_exception() || get_core_num() != self_base->core_num) { in async_context_poll_lock_check()
284 uint index = __get_current_exception() - VTABLE_FIRST_IRQ - FIRST_USER_IRQ; in low_priority_irq_handler()301 if (__get_current_exception()) { in async_context_threadsafe_background_wait_until()
19 uint i2c_index = __get_current_exception() - VTABLE_FIRST_IRQ - I2C0_IRQ; in __not_in_flash_func()
308 uint exception = __get_current_exception(); in irq_remove_handler()400 uint exception = __get_current_exception(); in irq_add_tail_to_free_list()
483 static __force_inline uint __get_current_exception(void) { in __get_current_exception() function
384 if (__get_current_exception()) { in sleep_until()435 if (__get_current_exception()) { in best_effort_wfe_or_timeout()
115 uint alarm_num = __get_current_exception() - VTABLE_FIRST_IRQ - TIMER_IRQ_0; in hardware_alarm_irq_handler()
133 bool in_exception = __get_current_exception(); in capture_additional_rosc_samples()
152 if (__get_current_exception()) { in runtime_init()
Completed in 19 milliseconds