summaryrefslogtreecommitdiff
path: root/rts/posix/Itimer.c
Commit message (Expand)AuthorAgeFilesLines
* rts: add Emacs 'Local Variables' to every .c fileAustin Seipp2014-07-281-0/+8
* rts: delint/detab/dewhitespace Itimer.cAustin Seipp2014-07-281-5/+5
* Use a pthread-based implementation of Itimer.c on iOSIan Lynagh2013-04-211-5/+50
* Solaris: do not use timer_createSimon Marlow2013-01-231-0/+18
* rts: Ignore signal before deleting timer. Fixes #7303.Erik de Castro Lopo2012-10-141-0/+3
* Use monotonic clock in Select.c (#5865)Paolo Capriotti2012-04-161-9/+2
* (some) tabs -> spacesGabor Greif2012-02-271-1/+1
* Fix for tick intervals greater than one second.Simon Marlow2012-01-161-2/+2
* Time handling overhaulSimon Marlow2011-11-251-77/+47
* Export the value of the signal used by scheduler (#4504)Dmitry Astapov2010-12-081-0/+6
* Don't Terminate the ticker thread (#3748)Simon Marlow2010-01-271-1/+1
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-30/+5
* Handle the case where setitimer(ITIMER_VIRTUAL) is not always availableIan Lynagh2009-02-081-1/+2
* Fix #2848: avoid overflow during time calculationSimon Marlow2008-12-091-3/+4
* Keep valgrind happy when calling timer_createsven.panne@aedion.de2007-09-161-0/+5
* fix build (sorry, forgot to push with previous patch)Simon Marlow2007-09-031-8/+14
* FIX #1623: disable the timer signal when the system is idle (threaded RTS only)Simon Marlow2007-09-031-7/+23
* fix +RTS -V0 when not using -threadedSimon Marlow2007-08-241-2/+5
* better autoconfery for timer_create()Simon Marlow2007-03-051-3/+1
* Use timer_create() for the interval timer, if availableSimon Marlow2007-03-021-77/+92
* Split GC.c, and move storage manager into sm/ directorySimon Marlow2006-10-241-0/+1
* new RTS flag: -V to modify the resolution of the RTS timerIan Lynagh2006-09-051-2/+2
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+226