Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/ThirdParty/GCC/RP2040/include/
Dportmacro.h259 #define portGET_TASK_LOCK() macro
264 …#define portGET_TASK_LOCK() vPortRecursiveLock( 1, spin_lock_instance( configSMP_SPINLOCK_1… macro
/Kernel-v11.1.0/portable/template/
Dportmacro.h126 #define portGET_TASK_LOCK() do {} while( 0 ) macro
/Kernel-v11.1.0/portable/ThirdParty/xClang/XCOREAI/
Dportmacro.h157 #define portGET_TASK_LOCK() rtos_lock_acquire( 1 ) macro
/Kernel-v11.1.0/include/
DFreeRTOS.h455 #ifndef portGET_TASK_LOCK
458 #define portGET_TASK_LOCK() macro
460 #error portGET_TASK_LOCK is required in SMP
/Kernel-v11.1.0/
Dtasks.c853 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()