Home
last modified time | relevance | path

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

/FreeRTOS-Kernel/portable/CCRH/F1Kx/
A Dportmacro.h147 #define portRELEASE_TASK_LOCK( xCoreID ) macro
155 … #define portRELEASE_TASK_LOCK( xCoreID ) vPortRecursiveLockRelease( ( xCoreID ), pdFALSE ) macro
/FreeRTOS-Kernel/portable/ThirdParty/GCC/RP2040/include/
A Dportmacro.h256 #define portRELEASE_TASK_LOCK( xCoreID ) macro
261 …#define portRELEASE_TASK_LOCK( xCoreID ) vPortRecursiveLock( ( xCoreID ), 1, spin_lock_instance… macro
/FreeRTOS-Kernel/portable/template/
A Dportmacro.h130 #define portRELEASE_TASK_LOCK( xCoreID ) do {} while( 0 ) macro
/FreeRTOS-Kernel/portable/ThirdParty/xClang/XCOREAI/
A Dportmacro.h158 …#define portRELEASE_TASK_LOCK( xCoreID ) do{ ( void )( xCoreID ); rtos_lock_release( 1 );… macro
/FreeRTOS-Kernel/include/
A DFreeRTOS.h455 #ifndef portRELEASE_TASK_LOCK
458 #define portRELEASE_TASK_LOCK( xCoreID ) macro
460 #error portRELEASE_TASK_LOCK is required in SMP
/FreeRTOS-Kernel/
A Dtasks.c859 portRELEASE_TASK_LOCK( xCoreID ); in prvCheckForRunStateChange()
4036 portRELEASE_TASK_LOCK( xCoreID ); in xTaskResumeAll()
5289 portRELEASE_TASK_LOCK( xCoreID ); in vTaskSwitchContext()
7182 portRELEASE_TASK_LOCK( xCoreID ); in vTaskExitCritical()

Completed in 28 milliseconds