Home
last modified time | relevance | path

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

/Kernel-v11.0.1/
Dtasks.c481 PRIVILEGED_DATA static volatile UBaseType_t uxTopReadyPriority = tskIDLE_PRIORITY;
933 … if( ( xCurrentCoreTaskPriority > ( ( BaseType_t ) tskIDLE_PRIORITY - 1 ) ) && in prvYieldForTask()
1019 uxCurrentPriority = tskIDLE_PRIORITY; in prvSelectHighestPriorityTask()
1115 if( uxCurrentPriority > tskIDLE_PRIORITY ) in prvSelectHighestPriorityTask()
3873 if( uxTopReadyPriority > tskIDLE_PRIORITY ) in prvGetExpectedIdleTime()
3894 if( pxCurrentTCB->uxPriority > tskIDLE_PRIORITY ) in prvGetExpectedIdleTime()
3898 else if( listCURRENT_LIST_LENGTH( &( pxReadyTasksLists[ tskIDLE_PRIORITY ] ) ) > 1U ) in prvGetExpectedIdleTime()
4328 } while( uxQueue > ( UBaseType_t ) tskIDLE_PRIORITY ); in xTaskGetHandle()
4446 } while( uxQueue > ( UBaseType_t ) tskIDLE_PRIORITY ); in uxTaskGetSystemState()
5747 …if( listCURRENT_LIST_LENGTH( &( pxReadyTasksLists[ tskIDLE_PRIORITY ] ) ) > ( UBaseType_t ) config… in portTASK_FUNCTION()
[all …]
Dqueue.c2369 uxHighestPriorityOfWaitingTasks = tskIDLE_PRIORITY; in prvGetDisinheritPriorityAfterTimeout()
/Kernel-v11.0.1/include/
Dtask.h195 #define tskIDLE_PRIORITY ( ( UBaseType_t ) 0U ) macro