aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/iomgr/combiner_test.c
Commit message (Collapse)AuthorAge
* rename all test core files to cc and a lot of C++ style conversionsGravatar Yash Tibrewal2017-10-25
|
* Add rich closure debug modeGravatar ncteisen2017-06-08
|
* Merge github.com:grpc/grpc into ALL-the-thingsGravatar Craig Tiller2017-06-08
|\
| * auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
| |
* | Fix combiner testGravatar Craig Tiller2017-05-24
| |
* | Remove workqueue, covered_by_poller as concepts, get Mac build upGravatar Craig Tiller2017-05-12
|/
* Add debug macrosGravatar Craig Tiller2017-02-09
|
* Make combiners refcounted, to facilitate sharingGravatar Craig Tiller2017-02-09
|
* Replace timeout/scaling macros with functions.Gravatar Robbie Shade2017-01-31
|
* Changes to exec_ctx/closure/combiner/workqueue interfacesGravatar Craig Tiller2016-12-28
| | | | | | | | - make closures know where they should be executed (eg, on a workqueue, or a combiner, or on an exec_ctx) - this allows removal of a large number of trampoline functions that were appearing whenever we used combiners, and should allow for a much easier interface to combiner locks
* Get write batching working againGravatar Craig Tiller2016-09-07
|
* Merge branch 'who-combines-the-combiners' into direct-callsGravatar Craig Tiller2016-09-02
|\
| * Address review commentsGravatar Craig Tiller2016-09-02
| |
* | Note polling coverage when taking combiner locks: resolves offload issuesGravatar Craig Tiller2016-08-31
|/
* DebuggingGravatar Craig Tiller2016-07-11
|
* Get combiner finalization lists workingGravatar Craig Tiller2016-07-08
|
* Progress on a finalization listGravatar Craig Tiller2016-07-08
|
* Fix testGravatar Craig Tiller2016-07-07
|
* Rename async_execution_lock --> combiner, make it use closures, unroll ↵Gravatar Craig Tiller2016-07-07
previous changes for idleness