FreeRTOS
+
0
/1 examples
SourceVu will show references to
uxTaskGetSnapshotAll()
from the following samples and libraries:
ESP-IDF
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FreeRTOS
uxTaskGetSnapshotAll()
uxTaskGetSnapshotAll() function
Fill an array of TaskSnapshot_t structures for every task in the system - This function is used by the panic handler to get a snapshot of all tasks in the system
Syntax
Show:
Summary
Declaration
Definition
from
freertos_debug.h:94
UBaseType_t
uxTaskGetSnapshotAll
(
TaskSnapshot_t
*
const
pxTaskSnapshotArray
,
const
UBaseType_t
uxArrayLength
,
UBaseType_t
*
const
pxTCBSize
)
;
Implemented in
freertos_tasks_c_additions.h:1060
Arguments
Argument
Description
pxTaskSnapshotArray
Array of TaskSnapshot_t structures filled by this function
uxArrayLength
Length of the provided array
pxTCBSize
Size of the a task's TCB structure (can be set to NULL)
Return value
UBaseType_t
Notes
This function should only be called when FreeRTOS is no longer running (e.g., during a panic) as this function does not acquire any locks.
Related Functions
Found 1 other functions taking a
xTASK_SNAPSHOT
argument:
Function
Description
vTaskGetSnapshot()
Fill a TaskSnapshot_t structure for specified task. - This function is used by the panic handler to get the snapshot of a particular task.
Examples
uxTaskGetSnapshotAll()
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