Theo/Ludo/Joe / ER2_Labyrinthe_V3

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

mbed_stats_thread_t Struct Reference

mbed_stats_thread_t Struct Reference
[stats functions]

struct mbed_stats_thread_t definition More...

#include <mbed_stats.h>

Data Fields

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

Detailed Description

struct mbed_stats_thread_t definition

Definition at line 110 of file mbed_stats.h.


Field Documentation

uint32_t id

ID of the thread.

Definition at line 111 of file mbed_stats.h.

const char* name

Name of the thread.

Definition at line 116 of file mbed_stats.h.

uint32_t priority

Priority of the thread (higher number indicates higher priority)

Definition at line 113 of file mbed_stats.h.

uint32_t stack_size

Current number of bytes reserved for the stack.

Definition at line 114 of file mbed_stats.h.

uint32_t stack_space

Current number of free bytes remaining on the stack.

Definition at line 115 of file mbed_stats.h.

uint32_t state

State of the thread.

Definition at line 112 of file mbed_stats.h.