Searched refs:__wfe (Results 1 – 8 of 8) sorted by relevance
122 __wfe(); // we don't bother to try to let lower priority tasks run in __not_in_flash_func()128 __wfe(); // we don't bother to try to let lower priority tasks run in __not_in_flash_func()159 __wfe(); // we don't bother to try to let lower priority tasks run in default_enter_safe_zone_timeout_ms()211 __wfe(); // we don't bother to try to let lower priority tasks run in default_exit_safe_zone_timeout_ms()
129 #if !__has_builtin(__wfe)130 __force_inline static void __wfe(void) { in __wfe() function
60 __wfe(); in multicore_fifo_pop_blocking_inline()74 __wfe(); in multicore_fifo_pop_timeout_us()
126 #define lock_internal_spin_unlock_with_wait(lock, save) spin_unlock((lock)->spin_lock, save), __wfe…
76 #define __WFE __wfe
432 #define __WFE __wfe
159 #define __WFE __wfe
445 __wfe(); in best_effort_wfe_or_timeout()
Completed in 15 milliseconds