Home
last modified time | relevance | path

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

/Kernel-v11.0.1/
Dtasks.c866 BaseType_t xLowestPriorityCore = ( BaseType_t ) -1; in prvYieldForTask() local
919 xLowestPriorityCore = xCoreID; in prvYieldForTask()
953 if( ( xYieldCount == 0 ) && ( xLowestPriorityCore >= 0 ) ) in prvYieldForTask()
955 if( xLowestPriorityCore >= 0 ) in prvYieldForTask()
958 prvYieldCore( xLowestPriorityCore ); in prvYieldForTask()
1160 BaseType_t xLowestPriorityCore = -1; in prvSelectHighestPriorityTask() local
1224 xLowestPriorityCore = ( BaseType_t ) uxCore; in prvSelectHighestPriorityTask()
1230 if( xLowestPriorityCore >= 0 ) in prvSelectHighestPriorityTask()
1232 prvYieldCore( xLowestPriorityCore ); in prvSelectHighestPriorityTask()