CMSIS2000  0.0.7
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
os_thread_def Struct Reference

Thread Definition structure contains startup information of a thread. More...

#include <cmsis_os.h>

Data Fields

uint32_t instances
 maximum number of instances of that thread function
os_pthread pthread
 start address of thread function
uint32_t stacksize
 stack size requirements in bytes; 0 is default stack size
osPriority tpriority
 initial thread priority

Detailed Description

Thread Definition structure contains startup information of a thread.

Note
CAN BE CHANGED: os_thread_def is implementation specific in every CMSIS-RTOS.

Definition at line 214 of file cmsis_os.h.

Field Documentation

uint32_t os_thread_def::instances

maximum number of instances of that thread function

Definition at line 217 of file cmsis_os.h.

os_pthread os_thread_def::pthread

start address of thread function

Definition at line 215 of file cmsis_os.h.

uint32_t os_thread_def::stacksize

stack size requirements in bytes; 0 is default stack size

Definition at line 218 of file cmsis_os.h.

osPriority os_thread_def::tpriority

initial thread priority

Definition at line 216 of file cmsis_os.h.


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