Home
last modified time | relevance | path

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

/Kernel-v11.1.0/
Dtasks.c873 BaseType_t xLowestPriorityCore = ( BaseType_t ) -1; in prvYieldForTask() local
926 xLowestPriorityCore = xCoreID; in prvYieldForTask()
960 if( ( xYieldCount == 0 ) && ( xLowestPriorityCore >= 0 ) ) in prvYieldForTask()
962 if( xLowestPriorityCore >= 0 ) in prvYieldForTask()
965 prvYieldCore( xLowestPriorityCore ); in prvYieldForTask()
1168 BaseType_t xLowestPriorityCore = -1; in prvSelectHighestPriorityTask() local
1232 xLowestPriorityCore = ( BaseType_t ) uxCore; in prvSelectHighestPriorityTask()
1238 if( xLowestPriorityCore >= 0 ) in prvSelectHighestPriorityTask()
1240 prvYieldCore( xLowestPriorityCore ); in prvSelectHighestPriorityTask()