Home
last modified time | relevance | path

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

/FreeRTOS-Kernel/portable/ThirdParty/GCC/RP2040/include/
A Dportmacro.h216 spin_lock_t * pxSpinLock, in vPortRecursiveLock() argument
226 if (!spin_try_lock_unsafe(pxSpinLock)) { in vPortRecursiveLock()
233 spin_lock_unsafe_blocking(pxSpinLock); in vPortRecursiveLock()
247 spin_unlock_unsafe(pxSpinLock); in vPortRecursiveLock()

Completed in 19 milliseconds