summaryrefslogtreecommitdiff
path: root/rts/Ticker.h
Commit message (Expand)AuthorAgeFilesLines
* cpp: Use #pragma once instead of #ifndef guardsBen Gamari2017-04-231-4/+1
* Use C99's boolBen Gamari2016-11-291-1/+1
* 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
* Time handling overhaulSimon Marlow2011-11-251-1/+1
* Fix the symbol visibility pragmasSimon Marlow2010-06-171-2/+2
* Don't Terminate the ticker thread (#3748)Simon Marlow2010-01-271-1/+1
* Omit visibility pragmas on Windows (fixes warnings/validate failures)Simon Marlow2009-09-091-2/+2
* Declare RTS-private prototypes with __attribute__((visibility("hidden")))Simon Marlow2009-08-051-4/+8
* FIX #1623: disable the timer signal when the system is idle (threaded RTS only)Simon Marlow2007-09-031-3/+7
* Use timer_create() for the interval timer, if availableSimon Marlow2007-03-021-2/+2
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+15