Searched refs:pxMutexHolderTCB (Results 1 – 1 of 1) sorted by relevance
6582 TCB_t * const pxMutexHolderTCB = pxMutexHolder; in xTaskPriorityInherit() local6594 if( pxMutexHolderTCB->uxPriority < pxCurrentTCB->uxPriority ) in xTaskPriorityInherit()6599 …if( ( listGET_LIST_ITEM_VALUE( &( pxMutexHolderTCB->xEventListItem ) ) & taskEVENT_LIST_ITEM_VALUE… in xTaskPriorityInherit()6601 …listSET_LIST_ITEM_VALUE( &( pxMutexHolderTCB->xEventListItem ), ( TickType_t ) configMAX_PRIORITIE… in xTaskPriorityInherit()6610 …f( listIS_CONTAINED_WITHIN( &( pxReadyTasksLists[ pxMutexHolderTCB->uxPriority ] ), &( pxMutexHold… in xTaskPriorityInherit()6612 if( uxListRemove( &( pxMutexHolderTCB->xStateListItem ) ) == ( UBaseType_t ) 0 ) in xTaskPriorityInherit()6617 … portRESET_READY_PRIORITY( pxMutexHolderTCB->uxPriority, uxTopReadyPriority ); in xTaskPriorityInherit()6625 pxMutexHolderTCB->uxPriority = pxCurrentTCB->uxPriority; in xTaskPriorityInherit()6626 prvAddTaskToReadyList( pxMutexHolderTCB ); in xTaskPriorityInherit()6631 if( taskTASK_IS_RUNNING( pxMutexHolderTCB ) != pdTRUE ) in xTaskPriorityInherit()[all …]