Home
last modified time | relevance | path

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

/Kernel-v11.1.0/
Dcroutine.c195vListInsert( ( List_t * ) pxOverflowDelayedCoRoutineList, ( ListItem_t * ) &( pxCurrentCoRoutine->… in vCoRoutineAddToDelayedList()
201vListInsert( ( List_t * ) pxDelayedCoRoutineList, ( ListItem_t * ) &( pxCurrentCoRoutine->xGeneric… in vCoRoutineAddToDelayedList()
208 vListInsert( pxEventList, &( pxCurrentCoRoutine->xEventListItem ) ); in vCoRoutineAddToDelayedList()
Dlist.c139 void vListInsert( List_t * const pxList, in vListInsert() function
Dtimers.c916 vListInsert( pxOverflowTimerList, &( pxTimer->xTimerListItem ) ); in prvInsertTimerInActiveList()
930 vListInsert( pxCurrentTimerList, &( pxTimer->xTimerListItem ) ); in prvInsertTimerInActiveList()
Dtasks.c5264 vListInsert( pxEventList, &( pxCurrentTCB->xEventListItem ) ); in vTaskPlaceOnEventList()
8469 vListInsert( pxOverflowDelayedList, &( pxCurrentTCB->xStateListItem ) ); in prvAddCurrentTaskToDelayedList()
8476 vListInsert( pxDelayedList, &( pxCurrentTCB->xStateListItem ) ); in prvAddCurrentTaskToDelayedList()
8506 vListInsert( pxOverflowDelayedList, &( pxCurrentTCB->xStateListItem ) ); in prvAddCurrentTaskToDelayedList()
8512 vListInsert( pxDelayedList, &( pxCurrentTCB->xStateListItem ) ); in prvAddCurrentTaskToDelayedList()
DHistory.txt2562 + Optimised vListInsert() in the case when the wake time is the maximum
/Kernel-v11.1.0/include/
Dlist.h465 void vListInsert( List_t * const pxList,