FreeRTOS + 0/1 examples
SourceVu will show references to xTaskGetNext() from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

Index of the current task list. Returns -1 if all tasks have been traversed.

Notes

The task iterator keeps track of the current state during task traversal, including the index of the current task list and the pointer of the next task list item. When all tasks have been traversed, this function returns -1. If a broken or corrupted task is encountered, the task handle is set to NULL.

References

from examples