Home
last modified time | relevance | path

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

/external/platform/pico/common/pico_sync/include/pico/
A Dlock_core.h129 #ifndef lock_internal_spin_unlock_with_notify
149 #define lock_internal_spin_unlock_with_notify(lock, save) spin_unlock((lock)->spin_lock, save), __s… macro
/external/platform/pico/common/pico_util/
A Dqueue.c50 lock_internal_spin_unlock_with_notify(&q->core, save); in queue_add_internal()
68 lock_internal_spin_unlock_with_notify(&q->core, save); in queue_remove_internal()
85 lock_internal_spin_unlock_with_notify(&q->core, save); in queue_peek_internal()
/external/platform/pico/common/pico_sync/
A 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()
A Dmutex.c182 lock_internal_spin_unlock_with_notify(&mtx->core, save); in __time_critical_func()
191 lock_internal_spin_unlock_with_notify(&mtx->core, save); in __time_critical_func()
/external/platform/pico/common/pico_time/
A Dtime.c377 lock_internal_spin_unlock_with_notify(&sleep_notifier, save); in sleep_until_callback()

Completed in 587 milliseconds