Home
last modified time | relevance | path

Searched refs:spin_try_lock_unsafe (Results 1 – 2 of 2) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/hardware_sync_spin_lock/include/hardware/sync/
Dspin_lock.h272 __force_inline static bool spin_try_lock_unsafe(spin_lock_t *lock) { in spin_try_lock_unsafe() function
/hal_rpi_pico-latest/test/hardware_sync_spin_lock_test/
Dhardware_sync_spin_lock_test.c104 while (!spin_try_lock_unsafe(lock)) in counter_try_test_per_core()