Home
last modified time | relevance | path

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

/Kernel-v10.6.2/
HDtasks.c368 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()
HDqueue.c2227 uxHighestPriorityOfWaitingTasks = tskIDLE_PRIORITY; in prvGetDisinheritPriorityAfterTimeout()
/Kernel-v10.6.2/include/
HDtask.h191 #define tskIDLE_PRIORITY ( ( UBaseType_t ) 0U ) macro