Home
last modified time | relevance | path

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

/Kernel-v11.0.1/portable/ThirdParty/GCC/RP2040/include/
Dportmacro.h260 #define portRELEASE_TASK_LOCK() macro
265 …#define portRELEASE_TASK_LOCK() vPortRecursiveLock( 1, spin_lock_instance( configSMP_SPINLOCK_1… macro
/Kernel-v11.0.1/portable/template/
Dportmacro.h130 #define portRELEASE_TASK_LOCK() do {} while( 0 ) macro
/Kernel-v11.0.1/portable/ThirdParty/xClang/XCOREAI/
Dportmacro.h161 #define portRELEASE_TASK_LOCK() rtos_lock_release( 1 ) macro
/Kernel-v11.0.1/include/
DFreeRTOS.h427 #ifndef portRELEASE_TASK_LOCK
430 #define portRELEASE_TASK_LOCK() macro
432 #error portRELEASE_TASK_LOCK is required in SMP
/Kernel-v11.0.1/
Dtasks.c834 portRELEASE_TASK_LOCK(); in prvCheckForRunStateChange()
3950 portRELEASE_TASK_LOCK(); in xTaskResumeAll()
5275 portRELEASE_TASK_LOCK(); in vTaskSwitchContext()
7143 portRELEASE_TASK_LOCK(); in vTaskExitCritical()