Home
last modified time | relevance | path

Searched refs:pxItemToRemove (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.4.0/components/freertos/
Dlist.c186 UBaseType_t uxListRemove( ListItem_t * const pxItemToRemove ) in uxListRemove() argument
190 List_t * const pxList = pxItemToRemove->pxContainer; in uxListRemove()
192 pxItemToRemove->pxNext->pxPrevious = pxItemToRemove->pxPrevious; in uxListRemove()
193 pxItemToRemove->pxPrevious->pxNext = pxItemToRemove->pxNext; in uxListRemove()
199 if( pxList->pxIndex == pxItemToRemove ) in uxListRemove()
201 pxList->pxIndex = pxItemToRemove->pxPrevious; in uxListRemove()
208 pxItemToRemove->pxContainer = NULL; in uxListRemove()
/hal_espressif-3.4.0/components/freertos/include/freertos/
Dlist.h408 UBaseType_t uxListRemove( ListItem_t * const pxItemToRemove ) PRIVILEGED_FUNCTION;
/hal_espressif-3.4.0/docs/zh_CN/api-guides/
DSYSVIEW_FreeRTOS.txt94 193 uxListRemove pxItemToRemove=%u
/hal_espressif-3.4.0/docs/en/api-guides/
DSYSVIEW_FreeRTOS.txt94 193 uxListRemove pxItemToRemove=%u
/hal_espressif-3.4.0/tools/esp_app_trace/
DSYSVIEW_FreeRTOS.txt94 193 uxListRemove pxItemToRemove=%u
/hal_espressif-3.4.0/examples/system/sysview_tracing/
DSYSVIEW_FreeRTOS.txt94 193 uxListRemove pxItemToRemove=%u
/hal_espressif-3.4.0/examples/system/sysview_tracing_heap_log/
DSYSVIEW_FreeRTOS.txt94 193 uxListRemove pxItemToRemove=%u