Searched refs:tskIDLE_PRIORITY (Results 1 – 3 of 3) sorted by relevance
368 PRIVILEGED_DATA static volatile UBaseType_t uxTopReadyPriority = tskIDLE_PRIORITY;2138 if( uxTopReadyPriority > tskIDLE_PRIORITY ) in prvGetExpectedIdleTime()2159 if( pxCurrentTCB->uxPriority > tskIDLE_PRIORITY ) in prvGetExpectedIdleTime()2163 else if( listCURRENT_LIST_LENGTH( &( pxReadyTasksLists[ tskIDLE_PRIORITY ] ) ) > 1 ) in prvGetExpectedIdleTime()2460 …} while( uxQueue > ( UBaseType_t ) tskIDLE_PRIORITY ); /*lint !e961 MISRA exception as the casts a… in xTaskGetHandle()2567 …} while( uxQueue > ( UBaseType_t ) tskIDLE_PRIORITY ); /*lint !e961 MISRA exception as the casts a… in uxTaskGetSystemState()3529 … if( listCURRENT_LIST_LENGTH( &( pxReadyTasksLists[ tskIDLE_PRIORITY ] ) ) > ( UBaseType_t ) 1 ) in portTASK_FUNCTION()
2227 uxHighestPriorityOfWaitingTasks = tskIDLE_PRIORITY; in prvGetDisinheritPriorityAfterTimeout()
191 #define tskIDLE_PRIORITY ( ( UBaseType_t ) 0U ) macro