Home
last modified time | relevance | path

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

/Kernel-v11.0.1/
Dcroutine.c74vListInsertEnd( ( List_t * ) &( pxReadyCoRoutineLists[ ( pxCRCB )->uxPriority ] ), &( ( pxCRCB )->…
366vListInsertEnd( ( List_t * ) &( xPendingReadyCoRoutineList ), &( pxUnblockedCRCB->xEventListItem )… in xCoRoutineRemoveFromEventList()
Dlist.c105 void vListInsertEnd( List_t * const pxList, in vListInsertEnd() function
Dtasks.c1006 vListInsertEnd( &( pxReadyTasksLists[ pxCurrentTCBs[ xCoreID ]->uxPriority ] ), in prvSelectHighestPriorityTask()
2252 vListInsertEnd( &xTasksWaitingTermination, &( pxTCB->xStateListItem ) ); in vTaskDelete()
3163 vListInsertEnd( &xSuspendedTaskList, &( pxTCB->xStateListItem ) ); in vTaskSuspend()
3484 vListInsertEnd( &( xPendingReadyList ), &( pxTCB->xEventListItem ) ); in xTaskResumeFromISR()
DHistory.txt420 macro versions of uxListRemove() and vListInsertEnd().
/Kernel-v11.0.1/include/
Dlist.h479 void vListInsertEnd( List_t * const pxList,