aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/iomgr/combiner_test.c
Commit message (Collapse)AuthorAge
* 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