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/ |
| D | lock_core.h | 107 #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/ |
| D | queue.c | 54 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/ |
| D | mutex.c | 77 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()
|
| D | sem.c | 34 lock_internal_spin_unlock_with_wait(&sem->core, save); in __time_critical_func()
|
| /hal_rpi_pico-latest/src/common/pico_time/ |
| D | time.c | 410 lock_internal_spin_unlock_with_wait(&sleep_notifier, save); in sleep_until()
|