Zephyr API Documentation  3.4.0
A Scalable Open Source RTOS
3.4.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
thread_analyzer_info Struct Reference

#include <thread_analyzer.h>

Data Fields

const char * name
 
size_t stack_size
 
size_t stack_used
 

Field Documentation

◆ name

const char* thread_analyzer_info::name

The name of the thread or stringified address of the thread handle if name is not set.

◆ stack_size

size_t thread_analyzer_info::stack_size

The total size of the stack

◆ stack_used

size_t thread_analyzer_info::stack_used

Stack size in used


The documentation for this struct was generated from the following file: