Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/ThirdParty/GCC/RP2040/include/
Dportmacro.h210 spin_lock_t * pxSpinLock, in vPortRecursiveLock() argument
223 if( __builtin_expect( !*pxSpinLock, 0 ) ) in vPortRecursiveLock()
232 while( __builtin_expect( !*pxSpinLock, 0 ) ) in vPortRecursiveLock()
251 *pxSpinLock = 1; in vPortRecursiveLock()