aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/server/dynamic_thread_pool.cc
Commit message (Expand)AuthorAge
* Fix a thread nameGravatar Vijay Pai2018-03-06
* Use static_cast rather than reinterpret_cast whenever possibleGravatar Vijay Pai2018-03-05
* Remove std::thread, keep everything else unchanged (#13)Gravatar Vijay Pai2018-03-02
* Revert "Stop using std::thread in C++ library since it can trigger exceptions"Gravatar Jan Tattermusch2018-01-12
* Switch C++ sync server to use gpr_thd rather than std::thread and provide res...Gravatar Vijay Pai2018-01-08
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
* Revert "Revert "Metadata handling rewrite""Gravatar Craig Tiller2017-01-23
* Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
* Fix macGravatar Craig Tiller2017-01-12
* Spam cleanupGravatar Craig Tiller2017-01-12
* Uncover the badnessGravatar Craig Tiller2017-01-12
* clang-formatGravatar Vijay Pai2016-11-01
* Deprecate grpc::thread and sync in favor of std::thread,mutex,etcGravatar Vijay Pai2016-11-01
* merge with headGravatar yang-g2015-08-24
|\
| * Eliminate public thread-pool interfaceGravatar Vijay Pai2015-08-24
* | headers reorgGravatar yang-g2015-08-21
|/
* clang-format all sourceGravatar Craig Tiller2015-08-18
* Fix thread list iteratorGravatar vjpai2015-07-23
* Bug fixesGravatar vjpai2015-07-23
* Fix bug on shutdown caseGravatar vjpai2015-07-23
* Add dynamic thread pool and initial port of testGravatar vjpai2015-07-23