aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/iomgr/timer_list_test.c
Commit message (Collapse)AuthorAge
* Fix old trace varsGravatar Craig Tiller2017-05-04
|
* Add tracing, fix off-by-one errorGravatar Craig Tiller2017-03-24
|
* 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.
* Improve Node and libuv testing and test coverageGravatar murgatroid992017-02-17
| | | | Allow Node tests to run with or without UV, change default version to 7, add some portability tests. Also make some more core tests work with libuv
* Use `grpc_closure`s in `grpc_timer`sGravatar Masood Malekghassemi2017-01-05
|
* Convert tests to new error schemeGravatar Craig Tiller2016-05-06
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Fix includesGravatar Craig Tiller2016-03-25
|
* Auto-changesGravatar Craig Tiller2016-03-25
|
* Fix testGravatar Craig Tiller2016-02-18
|
* Separate timer checking from pollsetsGravatar Craig Tiller2016-02-16
|
* Update copyrightsGravatar Craig Tiller2016-01-28
|
* Preparatory changes for work sheddingGravatar Craig Tiller2016-01-28
| | | | | | | | - cleanup: change grpc_iomgr_cb_func to take a bool instead of int success - cleanup: follow through with iomgr callback scheduling functions - prepare: add a workqueue to offload to to grpc_exec_ctx_enqueue* functions
* Eliminate gpr_ int types - and insist on C99 variants insteadGravatar Craig Tiller2015-12-22
|
* s/grpc_alarm/grpc_timer && s/grpc_cq_alarm/grpc_alarmGravatar David Garcia Quintas2015-10-04