summaryrefslogtreecommitdiffstats
path: root/timer.hpp
Commit message (Collapse)AuthorAgeFilesLines
* timer: Remove in favor of sdeventplus/timerWilliam A. Kennington III2018-10-261-106/+0
| | | | | | | | Lets use the new standard event loop timer utility that comes with sdeventplus instead of the one copied from other projects. Change-Id: Ie7c8f462f2c0e2e05ce14da58b30a1f91acbf75d Signed-off-by: William A. Kennington III <wak@google.com>
* add .clang-formatPatrick Venture2018-08-311-70/+68
| | | | | Change-Id: I94ce26d595367e08d6fb3734535bcd855f1b1473 Signed-off-by: Patrick Venture <venture@google.com>
* Add a Timer classDeepak Kodihalli2018-04-091-0/+108
The class provides for a timer, callback invocation on timer expiry, and timer control/cleanup. This will be used in subsequent commits. Change-Id: Ieb04e5ec76a1023efa2c3f5c5b88f03e9819c3eb Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
OpenPOWER on IntegriCloud