Mercurial > flash_v2
comparison packages/kernel/current/cdl/thread.cdl @ 145:2e9a636d9de9 ecos-sw-2000-12-21
Merge from eCos master repository on 2000-12-21-14:18:40-GMT
| author | jlarmour |
|---|---|
| date | Fri, 22 Dec 2000 02:37:28 +0000 |
| parents | 6b5f480c6929 |
| children | d397fc472bcf |
comparison
equal
deleted
inserted
replaced
| 144:da1052144c56 | 145:2e9a636d9de9 |
|---|---|
| 92 including signatures at the top and base of thread stacks, | 92 including signatures at the top and base of thread stacks, |
| 93 which are asserted for correctness whenever a thread switches." | 93 which are asserted for correctness whenever a thread switches." |
| 94 | 94 |
| 95 cdl_option CYGFUN_KERNEL_ALL_THREADS_STACK_CHECKING { | 95 cdl_option CYGFUN_KERNEL_ALL_THREADS_STACK_CHECKING { |
| 96 display "Check all threads whenever possible" | 96 display "Check all threads whenever possible" |
| 97 active_if CYGVAR_KERNEL_THREADS_LIST | 97 requires CYGVAR_KERNEL_THREADS_LIST |
| 98 default_value 0 | 98 default_value 0 |
| 99 description " | 99 description " |
| 100 This option enables more active checking of all threads for | 100 This option enables more active checking of all threads for |
| 101 wrongdoing. In theory, checking threads other than the old and new | 101 wrongdoing. In theory, checking threads other than the old and new |
| 102 executing threads in a thread-switch is pointless, because no other | 102 executing threads in a thread-switch is pointless, because no other |
