wrapround of thread delays
authorNeil Davies <SemanticPhilosopher@gmail.com>
Mon, 29 Jan 2007 16:05:19 +0000 (16:05 +0000)
committerNeil Davies <SemanticPhilosopher@gmail.com>
Mon, 29 Jan 2007 16:05:19 +0000 (16:05 +0000)
commit4ff009b65beefe01fe812a68f60269279bdc056e
treee9234130b8385dc9aa526d9a93e7fb487811e0e1
parent7efaa60ca9b644c3b43e4bd686b71ee281225faf
wrapround of thread delays

  * made the wrapround of the underlying O/S occur before the wrapround
    of the delayed threads by making threads delay in microseconds since
    O/S epoch (1970 - Unix, 1601 - Windows) stored in Word64.
  * removed redundant calls reading O/S realtime clock
  * removed rounding to 1/50th of sec for timers
  * Only for Unix version of scheduler.
GHC/Conc.lhs
include/HsBase.h