Home
last modified time | relevance | path

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

/Kernel-v11.0.1/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.0.1/portable/template/
Dportmacro.h126 #define portGET_TASK_LOCK() do {} while( 0 ) macro
/Kernel-v11.0.1/portable/ThirdParty/xClang/XCOREAI/
Dportmacro.h160 #define portGET_TASK_LOCK() rtos_lock_acquire( 1 ) macro
/Kernel-v11.0.1/include/
DFreeRTOS.h437 #ifndef portGET_TASK_LOCK
440 #define portGET_TASK_LOCK() macro
442 #error portGET_TASK_LOCK is required in SMP
/Kernel-v11.0.1/
Dtasks.c846 portGET_TASK_LOCK(); in prvCheckForRunStateChange()
3818 portGET_TASK_LOCK(); in vTaskSuspendAll()
5192 portGET_TASK_LOCK(); /* Must always acquire the task lock first. */ in vTaskSwitchContext()
7000 portGET_TASK_LOCK(); in vTaskEnterCritical()