[Bug 1590] New: _Thread_Reset_timeslice doesn't reset a timeslice

bugzilla-daemon at rtems.org bugzilla-daemon at rtems.org
Thu Jun 24 17:51:12 UTC 2010


https://www.rtems.org/bugzilla/show_bug.cgi?id=1590

           Summary: _Thread_Reset_timeslice doesn't reset a timeslice
           Product: RTEMS
           Version: HEAD
          Platform: All
        OS/Version: RTEMS
            Status: NEW
          Severity: normal
          Priority: P3
         Component: cpukit
        AssignedTo: joel.sherrill at oarcorp.com
        ReportedBy: giddyup44 at yahoo.com


Created an attachment (id=824)
 --> (https://www.rtems.org/bugzilla/attachment.cgi?id=824)
replaces the call to _Thread_Reset_timeslice with _Thread_Yield_processor in
_Thread_Tickle_timeslice.

_Thread_Reset_timeslice handles the end of the timeslice processing just before
the timeslice is actually reset in _Thread_Tickle_timeslice.  The functionality
is nearly identical to _Thread_Yield_processor.

The attached patch replaces the call to _Thread_Reset_timeslice with
_Thread_Yield_processor.  I have not tested the patch.

-- 
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