Searched refs:vListInsert (Results 1 – 6 of 6) sorted by relevance
/Kernel-v10.6.2/ |
HD | croutine.c | 184 …vListInsert( ( List_t * ) pxOverflowDelayedCoRoutineList, ( ListItem_t * ) &( pxCurrentCoRoutine->… in vCoRoutineAddToDelayedList() 190 …vListInsert( ( List_t * ) pxDelayedCoRoutineList, ( ListItem_t * ) &( pxCurrentCoRoutine->xGeneric… in vCoRoutineAddToDelayedList() 197 vListInsert( pxEventList, &( pxCurrentCoRoutine->xEventListItem ) ); in vCoRoutineAddToDelayedList()
|
HD | list.c | 128 void vListInsert( List_t * const pxList, in vListInsert() function
|
HD | timers.c | 760 vListInsert( pxOverflowTimerList, &( pxTimer->xTimerListItem ) ); in prvInsertTimerInActiveList() 774 vListInsert( pxCurrentTimerList, &( pxTimer->xTimerListItem ) ); in prvInsertTimerInActiveList()
|
HD | tasks.c | 3163 vListInsert( pxEventList, &( pxCurrentTCB->xEventListItem ) ); in vTaskPlaceOnEventList() 5438 vListInsert( pxOverflowDelayedTaskList, &( pxCurrentTCB->xStateListItem ) ); in prvAddCurrentTaskToDelayedList() 5444 vListInsert( pxDelayedTaskList, &( pxCurrentTCB->xStateListItem ) ); in prvAddCurrentTaskToDelayedList() 5473 vListInsert( pxOverflowDelayedTaskList, &( pxCurrentTCB->xStateListItem ) ); in prvAddCurrentTaskToDelayedList() 5478 vListInsert( pxDelayedTaskList, &( pxCurrentTCB->xStateListItem ) ); in prvAddCurrentTaskToDelayedList()
|
HD | History.txt | 2393 + Optimised vListInsert() in the case when the wake time is the maximum
|
/Kernel-v10.6.2/include/ |
HD | list.h | 457 void vListInsert( List_t * const pxList,
|