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 D | lock_core.h | 129 #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 D | queue.c | 50 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 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()
|
| A D | mutex.c | 182 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 D | time.c | 377 lock_internal_spin_unlock_with_notify(&sleep_notifier, save); in sleep_until_callback()
|
Completed in 587 milliseconds