Home
last modified time | relevance | path

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

/Kernel-v10.6.2/
HDtasks.c4137 TCB_t * const pxMutexHolderTCB = pxMutexHolder; in xTaskPriorityInherit() local
4148 if( pxMutexHolderTCB->uxPriority < pxCurrentTCB->uxPriority ) in xTaskPriorityInherit()
4153 …if( ( listGET_LIST_ITEM_VALUE( &( pxMutexHolderTCB->xEventListItem ) ) & taskEVENT_LIST_ITEM_VALUE… in xTaskPriorityInherit()
4155 …listSET_LIST_ITEM_VALUE( &( pxMutexHolderTCB->xEventListItem ), ( TickType_t ) configMAX_PRIORITIE… in xTaskPriorityInherit()
4164 …f( listIS_CONTAINED_WITHIN( &( pxReadyTasksLists[ pxMutexHolderTCB->uxPriority ] ), &( pxMutexHold… in xTaskPriorityInherit()
4166 if( uxListRemove( &( pxMutexHolderTCB->xStateListItem ) ) == ( UBaseType_t ) 0 ) in xTaskPriorityInherit()
4171 … portRESET_READY_PRIORITY( pxMutexHolderTCB->uxPriority, uxTopReadyPriority ); in xTaskPriorityInherit()
4179 pxMutexHolderTCB->uxPriority = pxCurrentTCB->uxPriority; in xTaskPriorityInherit()
4180 prvAddTaskToReadyList( pxMutexHolderTCB ); in xTaskPriorityInherit()
4185 pxMutexHolderTCB->uxPriority = pxCurrentTCB->uxPriority; in xTaskPriorityInherit()
[all …]