Home
last modified time | relevance | path

Searched refs:vListInsertEnd (Results 1 – 5 of 5) sorted by relevance

/Kernel-v11.1.0/
Dcroutine.c76vListInsertEnd( ( List_t * ) &( pxReadyCoRoutineLists[ ( pxCRCB )->uxPriority ] ), &( ( pxCRCB )->…
368vListInsertEnd( ( List_t * ) &( xPendingReadyCoRoutineList ), &( pxUnblockedCRCB->xEventListItem )… in xCoRoutineRemoveFromEventList()
Dlist.c105 void vListInsertEnd( List_t * const pxList, in vListInsertEnd() function
Dtasks.c1014 vListInsertEnd( &( pxReadyTasksLists[ pxCurrentTCBs[ xCoreID ]->uxPriority ] ), in prvSelectHighestPriorityTask()
2247 vListInsertEnd( &xTasksWaitingTermination, &( pxTCB->xStateListItem ) ); in vTaskDelete()
3156 vListInsertEnd( &xSuspendedTaskList, &( pxTCB->xStateListItem ) ); in vTaskSuspend()
3482 vListInsertEnd( &( xPendingReadyList ), &( pxTCB->xEventListItem ) ); in xTaskResumeFromISR()
DHistory.txt497 macro versions of uxListRemove() and vListInsertEnd().
/Kernel-v11.1.0/include/
Dlist.h487 void vListInsertEnd( List_t * const pxList,