Mercurial > ecos-v3_0-branch
diff packages/kernel/current/src/common/thread.cxx @ 115:6ed91473a1cd ecos-sw-2000-08-21
Merge from eCos master repository on 2000-08-21-22:40:54-BST
| author | jlarmour |
|---|---|
| date | Fri, 25 Aug 2000 17:32:38 +0000 |
| parents | 59d97b6ba612 |
| children | 0ec04793409a |
line wrap: on
line diff
--- a/packages/kernel/current/src/common/thread.cxx +++ b/packages/kernel/current/src/common/thread.cxx @@ -716,6 +716,8 @@ Cyg_Thread::release() void Cyg_Thread::exit() { + CYG_REPORT_FUNCTION(); + // The thread should never return from this function. Cyg_Thread *self = Cyg_Thread::self(); @@ -855,7 +857,7 @@ Cyg_Thread::set_priority( cyg_priority n #else // !CYG_SCHED_UNIQUE_PRIORITIES -#ifdef CYGSEM_KERNEL_SYNCH_MUTEX_PRIORITY_INHERITANCE_SIMPLE +#ifdef CYGSEM_KERNEL_SYNCH_MUTEX_PRIORITY_INVERSION_PROTOCOL_SIMPLE // When we have priority inheritance, we must update the original // priority and not the inherited one. If the new priority is
