Searched refs:configSMP_SPINLOCK_1 (Results 1 – 3 of 3) sorted by relevance
84 #ifndef configSMP_SPINLOCK_185 #define configSMP_SPINLOCK_1 PICO_SPINLOCK_ID_OS2 macro
264 …tGET_TASK_LOCK() vPortRecursiveLock( 1, spin_lock_instance( configSMP_SPINLOCK_1 ), pdTRUE )265 …RELEASE_TASK_LOCK() vPortRecursiveLock( 1, spin_lock_instance( configSMP_SPINLOCK_1 ), pdFALSE )
376 spin_lock_claim( configSMP_SPINLOCK_1 ); in xPortStartScheduler()