Mercurial > ecos
comparison packages/kernel/current/include/thread.hxx @ 147:d397fc472bcf
Merge from eCos master repository on 2001-01-05-06:43:02-GMT
| author | jlarmour |
|---|---|
| date | Fri, 05 Jan 2001 17:12:36 +0000 |
| parents | 6b5f480c6929 |
| children | 0d0f03f76f6a |
comparison
equal
deleted
inserted
replaced
| 146:bd918119cf0b | 147:d397fc472bcf |
|---|---|
| 160 #ifdef CYGFUN_KERNEL_THREADS_STACK_CHECKING | 160 #ifdef CYGFUN_KERNEL_THREADS_STACK_CHECKING |
| 161 | 161 |
| 162 inline void check_stack(void); | 162 inline void check_stack(void); |
| 163 | 163 |
| 164 #endif | 164 #endif |
| 165 #ifdef CYGFUN_KERNEL_THREADS_STACK_MEASUREMENT | |
| 166 | |
| 167 inline cyg_uint32 measure_stack_usage(void); | |
| 168 | |
| 169 #endif | |
| 165 }; | 170 }; |
| 166 | 171 |
| 167 // ------------------------------------------------------------------------- | 172 // ------------------------------------------------------------------------- |
| 168 // Per-thread timer support class. | 173 // Per-thread timer support class. |
| 169 // This is only included when required. | 174 // This is only included when required. |
