Home
last modified time | relevance | path

Searched refs:listGET_END_MARKER (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/freertos/esp_additions/
Dtask_snapshot.c103 if( pxListItem != listGET_END_MARKER( pxList ) ) { in prvFirstTaskGet()
113 if( pxListItem != listGET_END_MARKER( pxList ) ) { in prvNextTaskGet()
/hal_espressif-3.6.0/components/freertos/include/freertos/
Dlist.h242 #define listGET_END_MARKER( pxList ) ( ( ListItem_t const * ) ( &( ( pxList )-… macro
/hal_espressif-3.6.0/components/freertos/
Devent_groups.c600 …pxListEnd = listGET_END_MARKER( pxList ); /*lint !e826 !e740 !e9087 The mini list structure is use… in xEventGroupSetBits()
Dtasks.c4233 …for( ; target != listGET_END_MARKER(&xTasksWaitingTermination); target = listGET_NEXT(target) ){ … in prvCheckTasksWaitingTermination()