Mistake on this page?
Report an issue in GitHub or email us
Data Fields
mbed_stats_thread_t Struct Reference

struct mbed_stats_thread_t definition More...

#include <mbed_stats.h>

Data Fields

uint32_t id
 ID of the thread. More...
 
uint32_t state
 State of the thread. More...
 
uint32_t priority
 Priority of the thread (higher number indicates higher priority) More...
 
uint32_t stack_size
 Current number of bytes reserved for the stack. More...
 
uint32_t stack_space
 Current number of free bytes remaining on the stack. More...
 
const char * name
 Name of the thread. More...
 

Detailed Description

struct mbed_stats_thread_t definition

Definition at line 127 of file mbed_stats.h.

Field Documentation

uint32_t id

ID of the thread.

Definition at line 128 of file mbed_stats.h.

const char* name

Name of the thread.

Definition at line 133 of file mbed_stats.h.

uint32_t priority

Priority of the thread (higher number indicates higher priority)

Definition at line 130 of file mbed_stats.h.

uint32_t stack_size

Current number of bytes reserved for the stack.

Definition at line 131 of file mbed_stats.h.

uint32_t stack_space

Current number of free bytes remaining on the stack.

Definition at line 132 of file mbed_stats.h.

uint32_t state

State of the thread.

Definition at line 129 of file mbed_stats.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.