Hi,

When I am trying to debug tm24 running on the Strong APA scheduler code, I
can see that the thread which comes after the call to _CPU_Context_switch,
resumes execution from the same code (next line in the _Thread_Do_dispatch
function after _CPU_Context_switch), whereas when the same code is run on a
different scheduler (the default sp scheduler) the heir thread that
executes after the call to _CPU_Context_switch starts executing
from  _Thread_Handler and does not resume its execution from
the _Thread_Do_dispatch (which has the context_switch function call).

Why is this happening? Is the scheduler responsible for this?

Please advise.
Richi.
_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to