aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/support/sync_test.cc
Commit message (Collapse)AuthorAge
* Split lib/support into lib/gpr and lib/gpr++.Gravatar Mark D. Roth2018-01-18
|
* start with fewer iterationsGravatar Jan Tattermusch2018-01-12
|
* windows needs fflush after fprintfGravatar Jan Tattermusch2018-01-12
|
* Merge branch 'master' into cv-wait-monotonicGravatar Sree Kuchibhotla2017-12-08
|\
* | Change the code to use MONOTONIC clocks when calling gpr_cv_wait (condition ↵Gravatar Sree Kuchibhotla2017-12-04
| | | | | | | | varialbes in linux support MONOTONIC clock type)
| * Fix up review commentsGravatar Dave MacLachlan2017-11-30
| |
| * 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.
* Enable clang-tidy as a sanity check, fix up all known failuresGravatar Craig Tiller2017-11-10
|
* Merge masterGravatar Yash Tibrewal2017-11-06
|
* rename all test core files to cc and a lot of C++ style conversionsGravatar Yash Tibrewal2017-10-25