Home
last modified time | relevance | path

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

/Kernel-v11.0.1/
Dcroutine.c184 ( void ) uxListRemove( ( ListItem_t * ) &( pxCurrentCoRoutine->xGenericListItem ) ); in vCoRoutineAddToDelayedList()
226 ( void ) uxListRemove( &( pxUnblockedCRCB->xEventListItem ) ); in prvCheckPendingReadyList()
230 ( void ) uxListRemove( &( pxUnblockedCRCB->xGenericListItem ) ); in prvCheckPendingReadyList()
277 ( void ) uxListRemove( &( pxCRCB->xGenericListItem ) ); in prvCheckDelayedList()
282 ( void ) uxListRemove( &( pxCRCB->xEventListItem ) ); in prvCheckDelayedList()
365 ( void ) uxListRemove( &( pxUnblockedCRCB->xEventListItem ) ); in xCoRoutineRemoveFromEventList()
Dlist.c214 UBaseType_t uxListRemove( ListItem_t * const pxItemToRemove ) in uxListRemove() function
Dtasks.c1005 ( void ) uxListRemove( &pxCurrentTCBs[ xCoreID ]->xStateListItem ); in prvSelectHighestPriorityTask()
2216 if( uxListRemove( &( pxTCB->xStateListItem ) ) == ( UBaseType_t ) 0 ) in vTaskDelete()
2228 ( void ) uxListRemove( &( pxTCB->xEventListItem ) ); in vTaskDelete()
2911 if( uxListRemove( &( pxTCB->xStateListItem ) ) == ( UBaseType_t ) 0 ) in vTaskPrioritySet()
3144 if( uxListRemove( &( pxTCB->xStateListItem ) ) == ( UBaseType_t ) 0 ) in vTaskSuspend()
3156 ( void ) uxListRemove( &( pxTCB->xEventListItem ) ); in vTaskSuspend()
3390 ( void ) uxListRemove( &( pxTCB->xStateListItem ) ); in vTaskResume()
3476 ( void ) uxListRemove( &( pxTCB->xStateListItem ) ); in xTaskResumeFromISR()
4638 ( void ) uxListRemove( &( pxTCB->xStateListItem ) ); in xTaskAbortDelay()
4648 ( void ) uxListRemove( &( pxTCB->xEventListItem ) ); in xTaskAbortDelay()
[all …]
Dtimers.c729 ( void ) uxListRemove( &( pxTimer->xTimerListItem ) ); in prvProcessExpiredTimer()
980 ( void ) uxListRemove( &( pxTimer->xTimerListItem ) ); in prvProcessReceivedCommands()
DHistory.txt420 macro versions of uxListRemove() and vListInsertEnd().
/Kernel-v11.0.1/include/
Dlist.h495 UBaseType_t uxListRemove( ListItem_t * const pxItemToRemove ) PRIVILEGED_FUNCTION;