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 D | lock_core.h | 105 #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 D | queue.c | 54 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 D | mutex.c | 44 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 D | sem.c | 34 lock_internal_spin_unlock_with_wait(&sem->core, save); in __time_critical_func()
|
| /external/platform/pico/common/pico_time/ |
| A D | time.c | 400 lock_internal_spin_unlock_with_wait(&sleep_notifier, save); in sleep_until()
|
Completed in 7 milliseconds