Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/common/pico_sync/include/pico/
Dlock_core.h131 #ifndef lock_internal_spin_unlock_with_notify
151 #define lock_internal_spin_unlock_with_notify(lock, save) spin_unlock((lock)->spin_lock, save), __s… macro
/hal_rpi_pico-latest/src/common/pico_util/
Dqueue.c50 lock_internal_spin_unlock_with_notify(&q->core, save); in queue_add_internal()
70 lock_internal_spin_unlock_with_notify(&q->core, save); in queue_remove_internal()
89 lock_internal_spin_unlock_with_notify(&q->core, save); in queue_peek_internal()
/hal_rpi_pico-latest/src/common/pico_sync/
Dsem.c77 lock_internal_spin_unlock_with_notify(&sem->core, save); in __time_critical_func()
90 lock_internal_spin_unlock_with_notify(&sem->core, save); in __time_critical_func()
Dmutex.c215 lock_internal_spin_unlock_with_notify(&mtx->core, save); in __time_critical_func()
224 lock_internal_spin_unlock_with_notify(&mtx->core, save); in __time_critical_func()
/hal_rpi_pico-latest/src/common/pico_time/
Dtime.c387 lock_internal_spin_unlock_with_notify(&sleep_notifier, save); in sleep_until_callback()