[RTEMS Project] #2630: Protect time of day changes by a mutex

RTEMS trac trac at rtems.org
Mon Mar 7 07:33:15 UTC 2016


#2630: Protect time of day changes by a mutex
-----------------------------+-----------------------------
 Reporter:  sebastian.huber  |      Owner:  sebastian.huber
     Type:  enhancement      |     Status:  new
 Priority:  normal           |  Milestone:  4.12
Component:  cpukit           |    Version:  4.10
 Severity:  normal           |   Keywords:
-----------------------------+-----------------------------
 Time of day (clock) changes (e.g. via rtems_clock_set() and
 clock_settime()) are currently protected by disabled thread dispatching.
 Use a mutex for this instead. This gives application more control over the
 importance of this operation.

--
Ticket URL: <http://devel.rtems.org/ticket/2630>
RTEMS Project <http://www.rtems.org/>
RTEMS Project


More information about the bugs mailing list