Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freertos/
Dtasks.c4216 BaseType_t xListIsEmpty; in prvCheckTasksWaitingTermination() local
4227 xListIsEmpty = listLIST_IS_EMPTY( &xTasksWaitingTermination ); in prvCheckTasksWaitingTermination()
4228 if( xListIsEmpty == pdFALSE ) in prvCheckTasksWaitingTermination()