Lines Matching refs:uxListRemove

1340             if( uxListRemove( &( pxTCB->xStateListItem ) ) == ( UBaseType_t ) 0 )  in vTaskDelete()
1352 ( void ) uxListRemove( &( pxTCB->xEventListItem ) ); in vTaskDelete()
1914 if( uxListRemove( &( pxTCB->xStateListItem ) ) == ( UBaseType_t ) 0 ) in vTaskPrioritySet()
1970 if( uxListRemove( &( pxTCB->xStateListItem ) ) == ( UBaseType_t ) 0 ) in vTaskSuspend()
1982 ( void ) uxListRemove( &( pxTCB->xEventListItem ) ); in vTaskSuspend()
2150 ( void ) uxListRemove( &( pxTCB->xStateListItem ) ); in vTaskResume()
2224 ( void ) uxListRemove( &( pxTCB->xStateListItem ) ); in xTaskResumeFromISR()
2531 ( void ) uxListRemove( &( pxTCB->xEventListItem ) ); in xTaskResumeAll()
2532 ( void ) uxListRemove( &( pxTCB->xStateListItem ) ); in xTaskResumeAll()
3015 ( void ) uxListRemove( &( pxTCB->xStateListItem ) ); in xTaskAbortDelay()
3025 ( void ) uxListRemove( &( pxTCB->xEventListItem ) ); in xTaskAbortDelay()
3175 ( void ) uxListRemove( &( pxTCB->xStateListItem ) ); in xTaskIncrementTick()
3181 ( void ) uxListRemove( &( pxTCB->xEventListItem ) ); in xTaskIncrementTick()
3436 uxListRemove( &( pxTCBCur->xStateListItem ) ); in taskSelectHighestPriorityTaskSMP()
3657 ( void ) uxListRemove( &( pxUnblockedTCB->xEventListItem ) ); in xTaskRemoveFromEventList()
3686 ( void ) uxListRemove( &( pxUnblockedTCB->xStateListItem ) ); in xTaskRemoveFromEventList()
3750 ( void ) uxListRemove( pxEventListItem ); in vTaskRemoveFromUnorderedEventList()
3755 ( void ) uxListRemove( &( pxUnblockedTCB->xStateListItem ) ); in vTaskRemoveFromUnorderedEventList()
4246 ( void ) uxListRemove( target ); //Remove list item from list in prvCheckTasksWaitingTermination()
4727 if( uxListRemove( &( pxMutexHolderTCB->xStateListItem ) ) == ( UBaseType_t ) 0 ) in xTaskPriorityInherit()
4815 if( uxListRemove( &( pxTCB->xStateListItem ) ) == ( UBaseType_t ) 0 ) in xTaskPriorityDisinherit()
4936 if( uxListRemove( &( pxTCB->xStateListItem ) ) == ( UBaseType_t ) 0 ) in vTaskPriorityDisinheritAfterTimeout()
5595 ( void ) uxListRemove( &( pxTCB->xStateListItem ) ); in xTaskGenericNotify()
5745 ( void ) uxListRemove( &( pxTCB->xStateListItem ) ); in xTaskGenericNotifyFromISR()
5835 ( void ) uxListRemove( &( pxTCB->xStateListItem ) ); in vTaskGenericNotifyGiveFromISR()
5969 if( uxListRemove( &( pxCurrentTCB[xCoreID]->xStateListItem ) ) == ( UBaseType_t ) 0 ) in prvAddCurrentTaskToDelayedList()