Searched refs:portRELEASE_TASK_LOCK (Results 1 – 6 of 6) sorted by relevance
147 #define portRELEASE_TASK_LOCK( xCoreID ) macro155 … #define portRELEASE_TASK_LOCK( xCoreID ) vPortRecursiveLockRelease( ( xCoreID ), pdFALSE ) macro
256 #define portRELEASE_TASK_LOCK( xCoreID ) macro261 …#define portRELEASE_TASK_LOCK( xCoreID ) vPortRecursiveLock( ( xCoreID ), 1, spin_lock_instance… macro
130 #define portRELEASE_TASK_LOCK( xCoreID ) do {} while( 0 ) macro
158 …#define portRELEASE_TASK_LOCK( xCoreID ) do{ ( void )( xCoreID ); rtos_lock_release( 1 );… macro
455 #ifndef portRELEASE_TASK_LOCK458 #define portRELEASE_TASK_LOCK( xCoreID ) macro460 #error portRELEASE_TASK_LOCK is required in SMP
859 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