Home
last modified time | relevance | path

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

/Kernel-v11.1.0/
Dcroutine.c186 ( void ) uxListRemove( ( ListItem_t * ) &( pxCurrentCoRoutine->xGenericListItem ) ); in vCoRoutineAddToDelayedList()
228 ( void ) uxListRemove( &( pxUnblockedCRCB->xEventListItem ) ); in prvCheckPendingReadyList()
232 ( void ) uxListRemove( &( pxUnblockedCRCB->xGenericListItem ) ); in prvCheckPendingReadyList()
279 ( void ) uxListRemove( &( pxCRCB->xGenericListItem ) ); in prvCheckDelayedList()
284 ( void ) uxListRemove( &( pxCRCB->xEventListItem ) ); in prvCheckDelayedList()
367 ( void ) uxListRemove( &( pxUnblockedCRCB->xEventListItem ) ); in xCoRoutineRemoveFromEventList()
Dlist.c215 UBaseType_t uxListRemove( ListItem_t * const pxItemToRemove ) in uxListRemove() function
Dtasks.c1013 ( void ) uxListRemove( &pxCurrentTCBs[ xCoreID ]->xStateListItem ); in prvSelectHighestPriorityTask()
2206 if( uxListRemove( &( pxTCB->xStateListItem ) ) == ( UBaseType_t ) 0 ) in vTaskDelete()
2218 ( void ) uxListRemove( &( pxTCB->xEventListItem ) ); in vTaskDelete()
2912 if( uxListRemove( &( pxTCB->xStateListItem ) ) == ( UBaseType_t ) 0 ) in vTaskPrioritySet()
3137 if( uxListRemove( &( pxTCB->xStateListItem ) ) == ( UBaseType_t ) 0 ) in vTaskSuspend()
3149 ( void ) uxListRemove( &( pxTCB->xEventListItem ) ); in vTaskSuspend()
3385 ( void ) uxListRemove( &( pxTCB->xStateListItem ) ); in vTaskResume()
3474 ( void ) uxListRemove( &( pxTCB->xStateListItem ) ); in xTaskResumeFromISR()
4596 ( void ) uxListRemove( &( pxTCB->xStateListItem ) ); in xTaskAbortDelay()
4606 ( void ) uxListRemove( &( pxTCB->xEventListItem ) ); in xTaskAbortDelay()
[all …]
Dtimers.c729 ( void ) uxListRemove( &( pxTimer->xTimerListItem ) ); in prvProcessExpiredTimer()
980 ( void ) uxListRemove( &( pxTimer->xTimerListItem ) ); in prvProcessReceivedCommands()
DHistory.txt497 macro versions of uxListRemove() and vListInsertEnd().
/Kernel-v11.1.0/include/
Dlist.h503 UBaseType_t uxListRemove( ListItem_t * const pxItemToRemove ) PRIVILEGED_FUNCTION;