summaryrefslogtreecommitdiff
path: root/rts/Timer.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
* Don't Terminate the ticker thread (#3748)Simon Marlow2010-01-271-1/+1
* Declare RTS-private prototypes with __attribute__((visibility("hidden")))Simon Marlow2009-08-051-2/+2
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-4/+2
* FIX #1623: disable the timer signal when the system is idle (threaded RTS only)Simon Marlow2007-09-031-3/+3
* Use timer_create() for the interval timer, if availableSimon Marlow2007-03-021-2/+2
* new RTS flag: -V to modify the resolution of the RTS timerIan Lynagh2006-09-051-9/+2
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+24