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/ |
D | lock_core.h | 131 #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/ |
D | queue.c | 50 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/ |
D | sem.c | 77 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()
|
D | mutex.c | 215 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/ |
D | time.c | 387 lock_internal_spin_unlock_with_notify(&sleep_notifier, save); in sleep_until_callback()
|