Mercurial > nand-ecoscentric
comparison packages/kernel/current/include/thread.hxx @ 143:6b5f480c6929 ecos-sw-2000-12-08
Merge from eCos master repository on 2000-12-08-02:09:36-GMT
| author | jlarmour |
|---|---|
| date | Fri, 08 Dec 2000 03:30:06 +0000 |
| parents | bf00f99aec69 |
| children | d397fc472bcf |
comparison
equal
deleted
inserted
replaced
| 142:12eccf9656f3 | 143:6b5f480c6929 |
|---|---|
| 154 | 154 |
| 155 void *increment_stack_limit( cyg_ucount32 size); | 155 void *increment_stack_limit( cyg_ucount32 size); |
| 156 | 156 |
| 157 CYG_ADDRESS get_stack_limit(); | 157 CYG_ADDRESS get_stack_limit(); |
| 158 #endif | 158 #endif |
| 159 | |
| 160 #ifdef CYGFUN_KERNEL_THREADS_STACK_CHECKING | |
| 161 | |
| 162 inline void check_stack(void); | |
| 163 | |
| 164 #endif | |
| 159 }; | 165 }; |
| 160 | 166 |
| 161 // ------------------------------------------------------------------------- | 167 // ------------------------------------------------------------------------- |
| 162 // Per-thread timer support class. | 168 // Per-thread timer support class. |
| 163 // This is only included when required. | 169 // This is only included when required. |
