[Bug 1743] Simple priority plug-in scheduler
bugzilla-daemon at rtems.org
bugzilla-daemon at rtems.org
Sat Feb 26 17:50:30 UTC 2011
https://www.rtems.org/bugzilla/show_bug.cgi?id=1743
Gedare <giddyup44 at yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |giddyup44 at yahoo.com
--- Comment #1 from Gedare <giddyup44 at yahoo.com> 2011-02-26 11:50:30 CST ---
cpukit/score/include/rtems/score/schedulersimple.h:
+ _Scheduler_priorisimple_t /* extract entry point */ \
mangled spelling? I think you mean _Scheduler_simple_Extract
cpukit/score/inline/rtems/score/schedulersimple.inl:
_Scheduler_simple_Ready_queue_Enqueue_first
Don't need to loop here, just put it on the front of the ready queue. This
function isn't used often afaik.
cpukit/score/src/schedulerpriorityextract.c:
cpukit/score/src/schedulerpriorityupdate.c:
Whitespace fixes are distracting
cpukit/score/src/schedulersimple.c:
_Scheduler_simple_Initialize
+ void *f;
Why not of type Chain_Control *?
--
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the bugs
mailing list