summaryrefslogtreecommitdiff
path: root/rts/posix/itimer/Setitimer.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename itimer to ticker in rts/posix for consistency.Andreas Klebinger2021-07-271-87/+0
|
* Prefer #if defined to #ifdefBen Gamari2017-04-281-3/+3
| | | | Our new CPP linter enforces this.
* Use C99's boolBen Gamari2016-11-291-1/+1
| | | | | | | | | | | | Test Plan: Validate on lots of platforms Reviewers: erikd, simonmar, austin Reviewed By: erikd, simonmar Subscribers: michalt, thomie Differential Revision: https://phabricator.haskell.org/D2699
* Kill Itimer.hBen Gamari2016-05-011-1/+0
| | | | It declared nothing.
* rts: Split up Itimer.cBen Gamari2016-05-011-0/+88
This shouldn't have any functional changes. It merely splits up what are essentially three distinct codepaths which are melding together with CPP. At the moment I merely #include the implementation to use with CPP although this really feels very yucky. Reviewers: erikd, austin, simonmar Reviewed By: simonmar Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D2130