aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/iomgr/timer_list_test.c
Commit message (Collapse)AuthorAge
* rename all test core files to cc and a lot of C++ style conversionsGravatar Yash Tibrewal2017-10-25
|
* Compiling againGravatar Craig Tiller2017-07-17
|
* Add rich closure debug modeGravatar ncteisen2017-06-08
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Get rid of zero-length poll case now that timer pool existsGravatar Craig Tiller2017-05-30
|
* 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