Home
last modified time | relevance | path

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

/external/platform/pico/common/pico_sync/include/pico/
A Dlock_core.h105 #ifndef lock_internal_spin_unlock_with_wait
126 #define lock_internal_spin_unlock_with_wait(lock, save) spin_unlock((lock)->spin_lock, save), __wfe… macro
/external/platform/pico/common/pico_util/
A Dqueue.c54 lock_internal_spin_unlock_with_wait(&q->core, save); in queue_add_internal()
72 lock_internal_spin_unlock_with_wait(&q->core, save); in queue_remove_internal()
89 lock_internal_spin_unlock_with_wait(&q->core, save); in queue_peek_internal()
/external/platform/pico/common/pico_sync/
A Dmutex.c44 lock_internal_spin_unlock_with_wait(&mtx->core, save); in __time_critical_func()
59 lock_internal_spin_unlock_with_wait(&mtx->core, save); in __time_critical_func()
A Dsem.c34 lock_internal_spin_unlock_with_wait(&sem->core, save); in __time_critical_func()
/external/platform/pico/common/pico_time/
A Dtime.c400 lock_internal_spin_unlock_with_wait(&sleep_notifier, save); in sleep_until()

Completed in 7 milliseconds