FreeRTOS
+
0
/1 examples
SourceVu will show references to
TaskIterator
from the following samples and libraries:
ESP-IDF
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FreeRTOS
TaskIterator
TaskIterator struct
Task Snapshot iterator Used in xTaskGetNext(). Must be zero/null initialized on the first call.
Syntax
Show:
Summary
Declaration
from
freertos_debug.h:44
typedef
struct
TaskIterator
{
UBaseType_t
uxCurrentListIndex
;
ListItem_t
*
pxNextListItem
;
TaskHandle_t
pxTaskHandle
;
}
TaskIterator_t
;
Fields
Field
Declared as
Description
TaskIterator::uxCurrentListIndex
UBaseType_t
Current task list index being traversed.
TaskIterator::pxNextListItem
ListItem_t
*
Next task list item will being traversed.
TaskIterator::pxTaskHandle
TaskHandle_t
Current task handle being traversed.
Related Functions
Found 1 other functions taking a
TaskIterator
argument:
Function
Description
xTaskGetNext()
Get the next task using the task iterator. This function retrieves the next task in the traversal sequence.
Examples
TaskIterator
is referenced by 1 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out