Home
last modified time | relevance | path

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

/Kernel-v10.6.2/
HDcroutine.c74vListInsertEnd( ( List_t * ) &( pxReadyCoRoutineLists[ ( pxCRCB )->uxPriority ] ), &( ( pxCRCB )->…
349vListInsertEnd( ( List_t * ) &( xPendingReadyCoRoutineList ), &( pxUnblockedCRCB->xEventListItem )… in xCoRoutineRemoveFromEventList()
HDlist.c98 void vListInsertEnd( List_t * const pxList, in vListInsertEnd() function
HDtasks.c1159 vListInsertEnd( &xTasksWaitingTermination, &( pxTCB->xStateListItem ) ); in vTaskDelete()
1720 vListInsertEnd( &xSuspendedTaskList, &( pxTCB->xStateListItem ) ); in vTaskSuspend()
1952 vListInsertEnd( &( xPendingReadyList ), &( pxTCB->xEventListItem ) ); in xTaskResumeFromISR()
HDHistory.txt328 macro versions of uxListRemove() and vListInsertEnd().
/Kernel-v10.6.2/include/
HDlist.h479 void vListInsertEnd( List_t * const pxList,