cvs commit: fptools/ghc/rts Itimer.c Itimer.h RtsStartup.c
Sigbjorn Finne
sof@glass.cse.ogi.edu
Mon, 26 Nov 2001 17:51:23 -0800
sof 2001/11/26 17:51:23 PST
Modified files:
ghc/rts Itimer.c Itimer.h RtsStartup.c
Log:
Rearranged how the virtual timer 'subsystem' is brought up and down:
* "int startVirtTimer(nat ms)" now starts the vtimer/ticker.
* "int stopVirtTimer()" shuts down the ticker.
i.e., removed install_vtalrm_handler() and initialize_virtual_timer().
Revision Changes Path
1.28 +91 -51 fptools/ghc/rts/Itimer.c
1.10 +3 -3 fptools/ghc/rts/Itimer.h
1.58 +4 -5 fptools/ghc/rts/RtsStartup.c