Home
last modified time | relevance | path

Searched refs:spin_lock_unsafe_blocking (Results 1 – 3 of 3) sorted by relevance

/hal_rpi_pico-latest/src/host/hardware_sync/
Dsync_core0_only.c56 PICO_WEAK_FUNCTION_DEF(spin_lock_unsafe_blocking) in PICO_WEAK_FUNCTION_DEF() argument
58 void PICO_WEAK_FUNCTION_IMPL_NAME(spin_lock_unsafe_blocking)(spin_lock_t *lock) { in PICO_WEAK_FUNCTION_DEF()
65 spin_lock_unsafe_blocking(lock); in PICO_WEAK_FUNCTION_DEF()
/hal_rpi_pico-latest/src/rp2_common/hardware_sync_spin_lock/include/hardware/sync/
Dspin_lock.h258 __force_inline static void spin_lock_unsafe_blocking(spin_lock_t *lock) { in spin_lock_unsafe_blocking() function
303 spin_lock_unsafe_blocking(lock); in spin_lock_blocking()
/hal_rpi_pico-latest/src/host/hardware_sync/include/hardware/
Dsync.h128 void spin_lock_unsafe_blocking(spin_lock_t *lock);