diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-11-04 21:11:04 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-11-04 21:11:04 +0000 |
commit | 2f4fcf6b6772a41102d7eb416a63786b7b9680e9 (patch) | |
tree | 4a0cc57838cc25bcce62ace1707b56eae24bab76 /src/include/threads.h | |
parent | a3811e1c18ba379df6b00512ba0792182df0176b (diff) | |
download | ChibiOS-2f4fcf6b6772a41102d7eb416a63786b7b9680e9.tar.gz ChibiOS-2f4fcf6b6772a41102d7eb416a63786b7b9680e9.tar.bz2 ChibiOS-2f4fcf6b6772a41102d7eb416a63786b7b9680e9.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@498 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'src/include/threads.h')
-rw-r--r-- | src/include/threads.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/include/threads.h b/src/include/threads.h index a3d37a7db..ba136ee85 100644 --- a/src/include/threads.h +++ b/src/include/threads.h @@ -149,19 +149,6 @@ struct Thread { #define P_TERMINATE 4 /* Termination requested. */ #define P_SUSPENDED 8 /* Create suspended (old). */ -/** Pseudo priority used by the ready list header, do not use.*/ -#define NOPRIO 0 -/** Idle thread priority.*/ -#define IDLEPRIO 1 -/** Lowest user priority.*/ -#define LOWPRIO 2 -/** Normal user priority.*/ -#define NORMALPRIO 64 -/** Highest user priority.*/ -#define HIGHPRIO 127 -/** Greatest possible priority.*/ -#define ABSPRIO 255 - /* Not an API, don't use into the application code.*/ Thread *init_thread(Thread *tp, tprio_t prio); |