Home
last modified time | relevance | path

Searched refs:List_t (Results 1 – 11 of 11) sorted by relevance

/Kernel-v10.6.2/
HDcroutine.c46 …static List_t pxReadyCoRoutineLists[ configMAX_CO_ROUTINE_PRIORITIES ]; /*< Prioritised ready co-r…
47 …static List_t xDelayedCoRoutineList1; /*< Delayed co-routines. */
48 …static List_t xDelayedCoRoutineList2; /*< Delayed co-routines (t…
49 …static List_t * pxDelayedCoRoutineList = NULL; /*< Points to the delayed …
50 …static List_t * pxOverflowDelayedCoRoutineList = NULL; /*< Points to the delayed …
51 …static List_t xPendingReadyCoRoutineList; /*< Holds co-routines that…
74 …vListInsertEnd( ( List_t * ) &( pxReadyCoRoutineLists[ ( pxCRCB )->uxPriority ] ), &( ( pxCRCB )->…
164 List_t * pxEventList ) in vCoRoutineAddToDelayedList()
184 …vListInsert( ( List_t * ) pxOverflowDelayedCoRoutineList, ( ListItem_t * ) &( pxCurrentCoRoutine->… in vCoRoutineAddToDelayedList()
190 …vListInsert( ( List_t * ) pxDelayedCoRoutineList, ( ListItem_t * ) &( pxCurrentCoRoutine->xGeneric… in vCoRoutineAddToDelayedList()
[all …]
HDlist.c50 void vListInitialise( List_t * const pxList ) in vListInitialise()
98 void vListInsertEnd( List_t * const pxList, in vListInsertEnd()
128 void vListInsert( List_t * const pxList, in vListInsert()
203 List_t * const pxList = pxItemToRemove->pxContainer; in uxListRemove()
HDtasks.c203 List_t * pxTemp; \
339 PRIVILEGED_DATA static List_t pxReadyTasksLists[ configMAX_PRIORITIES ]; /**< Prioritised ready tas…
340 PRIVILEGED_DATA static List_t xDelayedTaskList1; /**< Delayed tasks. */
341 PRIVILEGED_DATA static List_t xDelayedTaskList2; /**< Delayed tasks (two li…
342 PRIVILEGED_DATA static List_t * volatile pxDelayedTaskList; /**< Points to the delayed…
343 PRIVILEGED_DATA static List_t * volatile pxOverflowDelayedTaskList; /**< Points to the delayed…
344 PRIVILEGED_DATA static List_t xPendingReadyList; /**< Tasks that have been …
348 …PRIVILEGED_DATA static List_t xTasksWaitingTermination; /**< Tasks that have been deleted - but th…
355 PRIVILEGED_DATA static List_t xSuspendedTaskList; /**< Tasks that are currently suspended. */
475 List_t * pxList,
[all …]
HDtimers.c137 PRIVILEGED_DATA static List_t xActiveTimerList1;
138 PRIVILEGED_DATA static List_t xActiveTimerList2;
139 PRIVILEGED_DATA static List_t * pxCurrentTimerList;
140 PRIVILEGED_DATA static List_t * pxOverflowTimerList;
933 List_t * pxTemp; in prvSwitchTimerLists()
HDevent_groups.c52 List_t xTasksWaitingForBits; /**< List of tasks waiting for a bit to be set. */
524 List_t const * pxList; in xEventGroupSetBits()
617 const List_t * pxTasksWaitingForBits; in vEventGroupDelete()
HDqueue.c111List_t xTasksWaitingToSend; /**< List of tasks that are blocked waiting to post onto t…
112List_t xTasksWaitingToReceive; /**< List of tasks that are blocked waiting to read from t…
HDHistory.txt675 + The uxNumberOfItems member of List_t is now volatile - solving an issue
/Kernel-v10.6.2/include/
HDlist.h179 } List_t; typedef
287 List_t * const pxConstList = ( pxList ); \
318 List_t * const pxList = ( pxItemToRemove )->pxContainer; \
433 void vListInitialise( List_t * const pxList ) PRIVILEGED_FUNCTION;
457 void vListInsert( List_t * const pxList,
479 void vListInsertEnd( List_t * const pxList,
HDcroutine.h738 List_t * pxEventList );
747 BaseType_t xCoRoutineRemoveFromEventList( const List_t * pxEventList );
HDtask.h3045 void vTaskPlaceOnEventList( List_t * const pxEventList,
3047 void vTaskPlaceOnUnorderedEventList( List_t * pxEventList,
3062 void vTaskPlaceOnEventListRestricted( List_t * const pxEventList,
3090 BaseType_t xTaskRemoveFromEventList( const List_t * const pxEventList ) PRIVILEGED_FUNCTION;
HDFreeRTOS.h1111 #define xList List_t