aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/surface/concurrent_connectivity_test.cc
Commit message (Collapse)AuthorAge
* Multiple test timeout 5xGravatar Alexander Polcyn2019-01-08
|
* change tests to use the new class instead of grpc_test_initGravatar yang-g2018-11-30
|
* Abstract libuv implementationGravatar kpayson642018-03-13
| | | | | Structures the libuv implementation to allow for a plugable BSD style socket implementation to allow for other IO Managers
* Move assignment for Thread, make destructor optional, loop cv waitsGravatar Vijay Pai2018-03-01
|
* clang-fmtGravatar Vijay Pai2018-02-19
|
* C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)Gravatar Vijay Pai2018-02-19
|
* Remove support for detached threads. All threads must be joined.Gravatar Vijay Pai2018-02-15
|
* Internalize gpr_thd except for id and currentidGravatar Vijay Pai2018-02-12
|
* Run clang fmtGravatar Noah Eisen2018-02-09
|
* Autofix c casts to c++ castsGravatar Noah Eisen2018-02-09
|
* Revert "Revert "All instances of exec_ctx being passed around in src/core ↵Gravatar Yash Tibrewal2017-12-06
| | | | removed""
* Revert "All instances of exec_ctx being passed around in src/core removed"Gravatar Yash Tibrewal2017-12-06
|
* Merge pull request #13058 from yashykt/execctxGravatar Yash Tibrewal2017-12-05
|\ | | | | All instances of exec_ctx being passed around in src/core removed
* | clang-formatGravatar Vijay Pai2017-12-04
| |
| * Merge master into execctx after removal of assert in tls_gccGravatar yashkt2017-12-04
| |\
* | \ Merge branch 'master' into threadnamesGravatar Vijay Pai2017-12-02
|\ \ \ | | |/ | |/|
* | | Fix up review commentsGravatar Dave MacLachlan2017-11-30
| | |
| * | dont let server shutdown run foreverGravatar Jan Tattermusch2017-11-30
| | |
| | * Remove _ prefixed variable namesGravatar Yash Tibrewal2017-11-29
| | |
* | | Add thread naming support on platforms that support it.Gravatar Dave MacLachlan2017-11-29
|/ / | | | | | | | | | | | | | | As a client of grpc I want to be aware of which threads are being created by grpc, and giving them recognizable names makes it significantly easier to diagnose what is going on in my programs. This provides thread names for macOS and Linux. Adding support for other platforms should be easy for platform specialists.
| * Fix tests to call grpc_init and grpc_shutdown before using exec_ctxGravatar Yash Tibrewal2017-11-28
| |
| * Merge masterGravatar Yash Tibrewal2017-11-16
| |\ | |/ |/|
| * Move ExecCtx to grpc_core namespace. Make exec_ctx a private static in ↵Gravatar Yash Tibrewal2017-11-14
| | | | | | | | ExecCtx and some minor changes
| * Address some PR commentsGravatar Yash Tibrewal2017-11-14
| |
* | clang-format after nullptr changesGravatar Craig Tiller2017-11-10
| |
* | Enable clang-tidy as a sanity check, fix up all known failuresGravatar Craig Tiller2017-11-10
| |
| * Merge with masterGravatar Yash Tibrewal2017-11-09
|/
* Merge masterGravatar Yash Tibrewal2017-11-06
|
* rename all test core files to cc and a lot of C++ style conversionsGravatar Yash Tibrewal2017-10-25