Mercurial > flash_v2
comparison packages/kernel/current/include/mlqueue.hxx @ 132:0ae0bc38e387 ecos-sw-2000-10-31
Merge from eCos master repository on 2000-10-31-00:30:36-GMT
| author | jlarmour |
|---|---|
| date | Tue, 31 Oct 2000 20:53:09 +0000 |
| parents | 0ec04793409a |
| children | 8f2f7615e727 |
comparison
equal
deleted
inserted
replaced
| 131:8461114e4f19 | 132:0ae0bc38e387 |
|---|---|
| 80 | 80 |
| 81 // ------------------------------------------------------------------------- | 81 // ------------------------------------------------------------------------- |
| 82 // Customize the scheduler | 82 // Customize the scheduler |
| 83 | 83 |
| 84 #define CYGIMP_THREAD_PRIORITY 1 // Threads have changable priorities | 84 #define CYGIMP_THREAD_PRIORITY 1 // Threads have changable priorities |
| 85 #define CYG_SCHED_UNIQUE_PRIORITIES 0 // Threads don't have unique priorities | |
| 86 | 85 |
| 87 #define CYG_THREAD_MIN_PRIORITY (CYGNUM_KERNEL_SCHED_PRIORITIES-1) | 86 #define CYG_THREAD_MIN_PRIORITY (CYGNUM_KERNEL_SCHED_PRIORITIES-1) |
| 88 #define CYG_THREAD_MAX_PRIORITY 0 | 87 #define CYG_THREAD_MAX_PRIORITY 0 |
| 89 | 88 |
| 90 // set default scheduling info value for thread constructors. | 89 // set default scheduling info value for thread constructors. |
