EE445M RTOS
Taken at the University of Texas Spring 2015
thread.h File Reference

Go to the source code of this file.

Macros

#define THREAD_SPAWN   _spawn
 
#define THREAD_REPRESENT   _represent
 
#define THREAD_KILL   _kill
 
#define THREAD_MAKE_TASK
 

Macro Definition Documentation

#define THREAD_KILL   _kill

Definition at line 15 of file thread.h.

#define THREAD_MAKE_TASK

Definition at line 17 of file thread.h.

#define THREAD_REPRESENT   _represent

Definition at line 14 of file thread.h.

#define THREAD_SPAWN   _spawn

Definition at line 13 of file thread.h.