Milos RTOS v0.3.4a
Real Time Operating System
Thread status
Collaboration diagram for Thread status:

Defines

#define __THSTS_READY   0
 Thread is waiting for it's turn to run.
#define __THSTS_RUNNING   1
 Thread is running.
#define __THSTS_SLEEPING   2
 Thread is sleeping.
#define __THSTS_WAITING   3
 Thread is waiting for an event.
#define __THSTS_DISABLED   4
 Thread is disabled.
#define __THSTS_FIRSTTIME   5
 Thread first time.
#define __THSTS_DELETE   6
 Thread marked for deletion.

Define Documentation

#define __THSTS_READY   0

Thread is waiting for it's turn to run.

Definition at line 54 of file thread.h.

#define __THSTS_RUNNING   1

Thread is running.

Definition at line 55 of file thread.h.

#define __THSTS_SLEEPING   2

Thread is sleeping.

Definition at line 56 of file thread.h.

#define __THSTS_WAITING   3

Thread is waiting for an event.

Definition at line 57 of file thread.h.

#define __THSTS_DISABLED   4

Thread is disabled.

Definition at line 58 of file thread.h.

#define __THSTS_FIRSTTIME   5

Thread first time.

Definition at line 59 of file thread.h.

#define __THSTS_DELETE   6

Thread marked for deletion.

Definition at line 60 of file thread.h.

 All Data Structures Files Functions Variables Typedefs Defines