Improvements to shutting down of the runtime
authorSimon Marlow <simonmar@microsoft.com>
Wed, 15 Mar 2006 14:50:41 +0000 (14:50 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Wed, 15 Mar 2006 14:50:41 +0000 (14:50 +0000)
commit5638488ba28ec84fbf64bf2742a040e3fa30bed4
treeaa500ed997409e7e18108f36436b4ceaf7c4b1b1
parent04089f99f55e719afd0c967be35e8bbb8691dbed
Improvements to shutting down of the runtime
Yet another attempt at shutdown & interruption.  This one appears to
work better; ^C is more responsive in multi threaded / SMP, and I
fixed one case where the runtime wasn't responding to ^C at all.
ghc/rts/Capability.c
ghc/rts/Schedule.c
ghc/rts/Schedule.h
ghc/rts/Timer.c
ghc/rts/posix/Select.c
ghc/rts/posix/Signals.c