aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/timer_generic.h
Commit message (Collapse)AuthorAge
* Add a sanity check for inclusion of port_platform.hGravatar Alexander Polcyn2018-02-23
|
* Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
|
* Review feedbackGravatar Sree Kuchibhotla2017-09-21
|
* 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