Home
last modified time | relevance | path

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

/Kernel-v11.0.1/
Dtasks.c6616 TCB_t * const pxMutexHolderTCB = pxMutexHolder; in xTaskPriorityInherit() local
6628 if( pxMutexHolderTCB->uxPriority < pxCurrentTCB->uxPriority ) in xTaskPriorityInherit()
6633 …if( ( listGET_LIST_ITEM_VALUE( &( pxMutexHolderTCB->xEventListItem ) ) & taskEVENT_LIST_ITEM_VALUE… in xTaskPriorityInherit()
6635 …listSET_LIST_ITEM_VALUE( &( pxMutexHolderTCB->xEventListItem ), ( TickType_t ) configMAX_PRIORITIE… in xTaskPriorityInherit()
6644 …f( listIS_CONTAINED_WITHIN( &( pxReadyTasksLists[ pxMutexHolderTCB->uxPriority ] ), &( pxMutexHold… in xTaskPriorityInherit()
6646 if( uxListRemove( &( pxMutexHolderTCB->xStateListItem ) ) == ( UBaseType_t ) 0 ) in xTaskPriorityInherit()
6651 … portRESET_READY_PRIORITY( pxMutexHolderTCB->uxPriority, uxTopReadyPriority ); in xTaskPriorityInherit()
6659 pxMutexHolderTCB->uxPriority = pxCurrentTCB->uxPriority; in xTaskPriorityInherit()
6660 prvAddTaskToReadyList( pxMutexHolderTCB ); in xTaskPriorityInherit()
6665 if( taskTASK_IS_RUNNING( pxMutexHolderTCB ) != pdTRUE ) in xTaskPriorityInherit()
[all …]