Searched refs:__wfe (Results 1 – 11 of 11) 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()157 __wfe(); // we don't bother to try to let lower priority tasks run in default_enter_safe_zone_timeout_ms()209 __wfe(); // we don't bother to try to let lower priority tasks run in default_exit_safe_zone_timeout_ms()
105 #if !__has_builtin(__wfe)106 __force_inline static void __wfe(void) { in __wfe() function
101 PICO_WEAK_FUNCTION_DEF(__wfe) in PICO_WEAK_FUNCTION_DEF() argument103 void PICO_WEAK_FUNCTION_IMPL_NAME(__wfe)() { in PICO_WEAK_FUNCTION_DEF()
128 #define lock_internal_spin_unlock_with_wait(lock, save) spin_unlock((lock)->spin_lock, save), __wfe…
116 void __wfe();
235 __wfe(); in multicore_fifo_pop_blocking_inline()
474 __wfe(); in best_effort_wfe_or_timeout()486 __wfe(); in best_effort_wfe_or_timeout()
152 #define __WFE() __wfe()
157 #define __WFE() __wfe()
432 #define __WFE __wfe
188 #define __WFE() __wfe()