commit | 9a3f00911bf34a32cda2a5f9f6348b64ec95b9f6 | [log] [tgz] |
---|---|---|
author | Zach Johnson <zachoverflow@google.com> | Mon Mar 23 18:07:46 2015 -0700 |
committer | Andre Eisenbach <eisenbach@google.com> | Thu Mar 26 22:30:59 2015 +0000 |
tree | 2229fe6c0491d6b1f8bc0bd49bb403ae0d5958ec | |
parent | 957867bcb74be9c847a2f74e9a4d630c7639b0c3 [diff] |
Rewrite alarms to use a single posix timer instance This means we lose the ability to send the intended alarm as context with the posix timer, but this can be handled gracefully enough by making sure we actually have an expired alarm at the front of the list when the timer callback occurs. Change-Id: I909195b5c3155075096328c529655eeb5b7d80d0