|
|
| version 1.49, 2004/03/30 19:14:13 | version 1.50, 2004/03/31 20:23:40 |
|---|---|
| Line 257 struct thread { | Line 257 struct thread { |
| #define TDF_PREEMPT_DONE 0x0008 /* acknowledge preemption complete */ | #define TDF_PREEMPT_DONE 0x0008 /* acknowledge preemption complete */ |
| #define TDF_IDLE_NOHLT 0x0010 /* we need to spin */ | #define TDF_IDLE_NOHLT 0x0010 /* we need to spin */ |
| #define TDF_RESERVED0100 0x0100 /* system thread */ | #define TDF_SYSTHREAD 0x0100 /* system thread */ |
| #define TDF_ALLOCATED_THREAD 0x0200 /* zalloc allocated thread */ | #define TDF_ALLOCATED_THREAD 0x0200 /* zalloc allocated thread */ |
| #define TDF_ALLOCATED_STACK 0x0400 /* zalloc allocated stack */ | #define TDF_ALLOCATED_STACK 0x0400 /* zalloc allocated stack */ |
| #define TDF_VERBOSE 0x0800 /* verbose on exit */ | #define TDF_VERBOSE 0x0800 /* verbose on exit */ |