Searched refs:configSMP_SPINLOCK_0 (Results 1 – 3 of 3) sorted by relevance
80 #ifndef configSMP_SPINLOCK_081 #define configSMP_SPINLOCK_0 PICO_SPINLOCK_ID_OS1 macro
262 …tGET_ISR_LOCK() vPortRecursiveLock( 0, spin_lock_instance( configSMP_SPINLOCK_0 ), pdTRUE )263 …RELEASE_ISR_LOCK() vPortRecursiveLock( 0, spin_lock_instance( configSMP_SPINLOCK_0 ), pdFALSE )
375 spin_lock_claim( configSMP_SPINLOCK_0 ); in xPortStartScheduler()