Home
last modified time | relevance | path

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

/Kernel-v10.6.2/
HDcroutine.c175 ( void ) uxListRemove( ( ListItem_t * ) &( pxCurrentCoRoutine->xGenericListItem ) ); in vCoRoutineAddToDelayedList()
215 ( void ) uxListRemove( &( pxUnblockedCRCB->xEventListItem ) ); in prvCheckPendingReadyList()
219 ( void ) uxListRemove( &( pxUnblockedCRCB->xGenericListItem ) ); in prvCheckPendingReadyList()
266 ( void ) uxListRemove( &( pxCRCB->xGenericListItem ) ); in prvCheckDelayedList()
271 ( void ) uxListRemove( &( pxCRCB->xEventListItem ) ); in prvCheckDelayedList()
348 ( void ) uxListRemove( &( pxUnblockedCRCB->xEventListItem ) ); in xCoRoutineRemoveFromEventList()
HDtasks.c1127 if( uxListRemove( &( pxTCB->xStateListItem ) ) == ( UBaseType_t ) 0 ) in vTaskDelete()
1139 ( void ) uxListRemove( &( pxTCB->xEventListItem ) ); in vTaskDelete()
1646 if( uxListRemove( &( pxTCB->xStateListItem ) ) == ( UBaseType_t ) 0 ) in vTaskPrioritySet()
1701 if( uxListRemove( &( pxTCB->xStateListItem ) ) == ( UBaseType_t ) 0 ) in vTaskSuspend()
1713 ( void ) uxListRemove( &( pxTCB->xEventListItem ) ); in vTaskSuspend()
1858 ( void ) uxListRemove( &( pxTCB->xStateListItem ) ); in vTaskResume()
1944 ( void ) uxListRemove( &( pxTCB->xStateListItem ) ); in xTaskResumeFromISR()
2721 ( void ) uxListRemove( &( pxTCB->xStateListItem ) ); in xTaskAbortDelay()
2731 ( void ) uxListRemove( &( pxTCB->xEventListItem ) ); in xTaskAbortDelay()
3760 ( void ) uxListRemove( &( pxTCB->xStateListItem ) ); in prvCheckTasksWaitingTermination()
[all …]
HDlist.c199 UBaseType_t uxListRemove( ListItem_t * const pxItemToRemove ) in uxListRemove() function
HDtimers.c573 ( void ) uxListRemove( &( pxTimer->xTimerListItem ) ); in prvProcessExpiredTimer()
824 ( void ) uxListRemove( &( pxTimer->xTimerListItem ) ); in prvProcessReceivedCommands()
HDHistory.txt328 macro versions of uxListRemove() and vListInsertEnd().
/Kernel-v10.6.2/include/
HDlist.h495 UBaseType_t uxListRemove( ListItem_t * const pxItemToRemove ) PRIVILEGED_FUNCTION;