[project @ 2000-03-20 09:42:49 by andy]
authorandy <unknown>
Mon, 20 Mar 2000 09:42:50 +0000 (09:42 +0000)
committerandy <unknown>
Mon, 20 Mar 2000 09:42:50 +0000 (09:42 +0000)
commit90a6918a3cb4901ecc64d810a6a4eb54d572c0bf
tree59abef8430e5e5af8f5e00b33a7cc670bd63c5c5
parentb32b2d43b67c42f45105df40ae8af42eeb58078f
[project @ 2000-03-20 09:42:49 by andy]
Adding an alternative to the "delay" system used for
threads that are waiting for time to pass.

This works on a target time basis, eliminating the
need to use the ticky style counter.

It is only enabled under:

#if defined(INTERPRETER) && !defined(HAVE_SETITIMER)
ghc/includes/TSO.h
ghc/rts/Evaluator.c
ghc/rts/Itimer.c
ghc/rts/Itimer.h
ghc/rts/PrimOps.hc
ghc/rts/Schedule.c
ghc/rts/Select.c