Home
last modified time | relevance | path

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

/Kernel-v11.1.0/
Dtasks.c488 PRIVILEGED_DATA static volatile UBaseType_t uxTopReadyPriority = tskIDLE_PRIORITY;
940 … if( ( xCurrentCoreTaskPriority > ( ( BaseType_t ) tskIDLE_PRIORITY - 1 ) ) && in prvYieldForTask()
1027 uxCurrentPriority = tskIDLE_PRIORITY; in prvSelectHighestPriorityTask()
1123 if( uxCurrentPriority > tskIDLE_PRIORITY ) in prvSelectHighestPriorityTask()
3905 if( uxTopReadyPriority > tskIDLE_PRIORITY ) in prvGetExpectedIdleTime()
3926 if( pxCurrentTCB->uxPriority > tskIDLE_PRIORITY ) in prvGetExpectedIdleTime()
3930 else if( listCURRENT_LIST_LENGTH( &( pxReadyTasksLists[ tskIDLE_PRIORITY ] ) ) > 1U ) in prvGetExpectedIdleTime()
4286 } while( uxQueue > ( UBaseType_t ) tskIDLE_PRIORITY ); in xTaskGetHandle()
4404 } while( uxQueue > ( UBaseType_t ) tskIDLE_PRIORITY ); in uxTaskGetSystemState()
5708 …if( listCURRENT_LIST_LENGTH( &( pxReadyTasksLists[ tskIDLE_PRIORITY ] ) ) > ( UBaseType_t ) config… in portTASK_FUNCTION()
[all …]
Dqueue.c2381 uxHighestPriorityOfWaitingTasks = tskIDLE_PRIORITY; in prvGetDisinheritPriorityAfterTimeout()
/Kernel-v11.1.0/include/
Dtask.h196 #define tskIDLE_PRIORITY ( ( UBaseType_t ) 0U ) macro