Searched refs:vListInsert (Results 1 – 6 of 6) sorted by relevance
/Kernel-v11.1.0/ |
D | croutine.c | 195 …vListInsert( ( List_t * ) pxOverflowDelayedCoRoutineList, ( ListItem_t * ) &( pxCurrentCoRoutine->… in vCoRoutineAddToDelayedList() 201 …vListInsert( ( List_t * ) pxDelayedCoRoutineList, ( ListItem_t * ) &( pxCurrentCoRoutine->xGeneric… in vCoRoutineAddToDelayedList() 208 vListInsert( pxEventList, &( pxCurrentCoRoutine->xEventListItem ) ); in vCoRoutineAddToDelayedList()
|
D | list.c | 139 void vListInsert( List_t * const pxList, in vListInsert() function
|
D | timers.c | 916 vListInsert( pxOverflowTimerList, &( pxTimer->xTimerListItem ) ); in prvInsertTimerInActiveList() 930 vListInsert( pxCurrentTimerList, &( pxTimer->xTimerListItem ) ); in prvInsertTimerInActiveList()
|
D | tasks.c | 5264 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()
|
D | History.txt | 2562 + Optimised vListInsert() in the case when the wake time is the maximum
|
/Kernel-v11.1.0/include/ |
D | list.h | 465 void vListInsert( List_t * const pxList,
|