Home
last modified time | relevance | path

Searched refs:lock_internal_spin_unlock_with_wait (Results 1 – 5 of 5) sorted by relevance

/hal_rpi_pico-latest/src/common/pico_sync/include/pico/
Dlock_core.h107 #ifndef lock_internal_spin_unlock_with_wait
128 #define lock_internal_spin_unlock_with_wait(lock, save) spin_unlock((lock)->spin_lock, save), __wfe… macro
/hal_rpi_pico-latest/src/common/pico_util/
Dqueue.c54 lock_internal_spin_unlock_with_wait(&q->core, save); in queue_add_internal()
74 lock_internal_spin_unlock_with_wait(&q->core, save); in queue_remove_internal()
93 lock_internal_spin_unlock_with_wait(&q->core, save); in queue_peek_internal()
/hal_rpi_pico-latest/src/common/pico_sync/
Dmutex.c77 lock_internal_spin_unlock_with_wait(&mtx->core, save); in __time_critical_func()
92 lock_internal_spin_unlock_with_wait(&mtx->core, save); in __time_critical_func()
Dsem.c34 lock_internal_spin_unlock_with_wait(&sem->core, save); in __time_critical_func()
/hal_rpi_pico-latest/src/common/pico_time/
Dtime.c410 lock_internal_spin_unlock_with_wait(&sleep_notifier, save); in sleep_until()