This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

eCos scheduler


Hi all,

I have the following situation:
ThreadA priority 10
ThreadB priority 11

When eCos starts up I let threadB and after some time an alarm goes off which
enables threadA (cyg_thread_resume(ThreadA);)
Now ThreadA should get run (higher priority) but something goes wrong does
anybody has any idea what could be the problem?

The call to cyg_thread_resume(ThreadA) returns to the alarm function but after
the alarm function is done something goes wrong because ThreadA will never be
executed..

Thanks in advance...

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]