aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/timer_generic.h
Commit message (Collapse)AuthorAge
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Track milliseconds since process start in timer heapGravatar Craig Tiller2017-03-16
| | | | | | | Allows reducing a lock-then-check to an atomic load and check on the fast path of timer checks. Reduces locks per RPC by about 5.
* Better implementation, flip timer logic to make 0-init pre-triggeredGravatar Craig Tiller2017-02-16
|
* Use `grpc_closure`s in `grpc_timer`sGravatar Masood Malekghassemi2017-01-05
|
* Add a libuv endpoint to the C core, for use in the Node libraryGravatar murgatroid992016-09-16