Lines Matching refs:tskIDLE_PRIORITY
488 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()
5797 …if( listCURRENT_LIST_LENGTH( &( pxReadyTasksLists[ tskIDLE_PRIORITY ] ) ) > ( UBaseType_t ) config… in portTASK_FUNCTION()
8671 uxTopReadyPriority = tskIDLE_PRIORITY; in vTaskResetState()