Searched refs:portGET_TASK_LOCK (Results 1 – 5 of 5) sorted by relevance
259 #define portGET_TASK_LOCK() macro264 …#define portGET_TASK_LOCK() vPortRecursiveLock( 1, spin_lock_instance( configSMP_SPINLOCK_1… macro
126 #define portGET_TASK_LOCK() do {} while( 0 ) macro
157 #define portGET_TASK_LOCK() rtos_lock_acquire( 1 ) macro
455 #ifndef portGET_TASK_LOCK458 #define portGET_TASK_LOCK() macro460 #error portGET_TASK_LOCK is required in SMP
853 portGET_TASK_LOCK(); in prvCheckForRunStateChange()3857 portGET_TASK_LOCK(); in vTaskSuspendAll()5153 portGET_TASK_LOCK(); /* Must always acquire the task lock first. */ in vTaskSwitchContext()6966 portGET_TASK_LOCK(); in vTaskEnterCritical()