Go to the documentation of this file.
53 #define PRIO_NORMAL 10
55 #define PRIO_HIGHEST 20
75 #define T_KERNEL (1 << 0)
76 #define T_USER (1 << 1)
77 #define T_IDLE (1 << 2)
78 #define T_SHUTDOWN (1 << 7)
81 #define DEFAULT_STACK_SIZE 512
83 #ifndef DOXYGEN_SHOULD_SKIP_INTERNALS
127 #endif // DOXYGEN_SHOULD_SKIP_INTERNALS
134 #define shutdown_requested() ((ctid->tflags & T_SHUTDOWN) != 0)
137 #define shutdown_requested() (0)
147 #endif // __cplusplus
Generated on Sat Mar 15 2014 11:28:21 for brickOS Kernel Developer by
1.8.1.2