summaryrefslogtreecommitdiff
path: root/rts/win32/Ticker.c
Commit message (Expand)AuthorAgeFilesLines
* Small change to the windows ticker.Andreas Klebinger2020-04-141-1/+7
* win32/Ticker: Stop ticker on exitBen Gamari2017-04-231-0/+1
* Use C99's boolBen Gamari2016-11-291-1/+1
* Replaced SEH handles with VEH handlers which should work uniformly across x86...Tamar Christina2015-03-031-1/+0
* Revert "rts: add Emacs 'Local Variables' to every .c file"Simon Marlow2014-09-291-8/+0
* rts: add Emacs 'Local Variables' to every .c fileAustin Seipp2014-07-281-0/+8
* Fix Windows build.Austin Seipp2013-10-261-2/+2
* Time handling overhaulSimon Marlow2011-11-251-132/+46
* Close the handle for the ticker thread (#5604)Simon Marlow2011-11-111-1/+2
* Don't Terminate the ticker thread (#3748)Simon Marlow2010-01-271-6/+15
* fix warningsSimon Marlow2010-01-271-1/+1
* Windows build fixesSimon Marlow2009-08-031-2/+0
* remove debugging codeSimon Marlow2007-09-031-2/+0
* FIX #1623: disable the timer signal when the system is idle (threaded RTS only)Simon Marlow2007-09-031-28/+57
* Use timer_create() for the interval timer, if availableSimon Marlow2007-03-021-4/+7
* mark stop event handle as invalid once closed, making shutdowns more graceful.sof@galois.com2006-10-161-1/+5
* Free Win32 Handles on shutdownSimon Marlow2006-08-251-0/+1
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+124