Home
last modified time | relevance | path

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

/FreeRTOS-Kernel/
A 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()
A Dlist.c217 UBaseType_t uxListRemove( ListItem_t * const pxItemToRemove ) in uxListRemove() function
A Dtasks.c1035 ( void ) uxListRemove( &pxCurrentTCBs[ xCoreID ]->xStateListItem ); in prvSelectHighestPriorityTask()
2229 if( uxListRemove( &( pxTCB->xStateListItem ) ) == ( UBaseType_t ) 0 ) in vTaskDelete()
2241 ( void ) uxListRemove( &( pxTCB->xEventListItem ) ); in vTaskDelete()
3166 if( uxListRemove( &( pxTCB->xStateListItem ) ) == ( UBaseType_t ) 0 ) in vTaskSuspend()
3178 ( void ) uxListRemove( &( pxTCB->xEventListItem ) ); in vTaskSuspend()
3414 ( void ) uxListRemove( &( pxTCB->xStateListItem ) ); in vTaskResume()
3503 ( void ) uxListRemove( &( pxTCB->xStateListItem ) ); in xTaskResumeFromISR()
4651 ( void ) uxListRemove( &( pxTCB->xStateListItem ) ); in xTaskAbortDelay()
4661 ( void ) uxListRemove( &( pxTCB->xEventListItem ) ); in xTaskAbortDelay()
6120 ( void ) uxListRemove( &( pxTCB->xStateListItem ) ); in prvCheckTasksWaitingTermination()
[all …]
A Dtimers.c725 ( void ) uxListRemove( &( pxTimer->xTimerListItem ) ); in prvProcessExpiredTimer()
978 ( void ) uxListRemove( &( pxTimer->xTimerListItem ) ); in prvProcessReceivedCommands()
A DHistory.txt632 macro versions of uxListRemove() and vListInsertEnd().
/FreeRTOS-Kernel/include/
A Dlist.h503 UBaseType_t uxListRemove( ListItem_t * const pxItemToRemove ) PRIVILEGED_FUNCTION;

Completed in 28 milliseconds