aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/thread_manager
Commit message (Expand)AuthorAge
* Expand comment based on reviewer feedbackGravatar Vijay Pai2018-08-15
* Address reviewer commentsGravatar Vijay Pai2018-08-15
* Create a new method handler for resource exhaustion and tie into thread mgrGravatar Vijay Pai2018-08-14
* Revert "Revert "Restrict the number of threads in C++ sync server""Gravatar Sree Kuchibhotla2018-08-01
* Revert "Restrict the number of threads in C++ sync server"Gravatar Nicolas Noble2018-07-31
* std::max is not available on some windows platformsGravatar Sree Kuchibhotla2018-07-27
* Address core review commentsGravatar Sree Kuchibhotla2018-07-27
* Add Tests in Core and C++ and fix a few related bugs in thread_manager.ccGravatar Sree Kuchibhotla2018-07-24
* Each ThreadManager is a resource userGravatar Sree Kuchibhotla2018-07-20
* Name needs to only be alphanumeric+underscore+dashGravatar Vijay Pai2018-03-05
* 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
* Move headers from grpc++ to grpcppGravatar Muxi Yan2018-02-15
* Revert "Stop using std::thread in C++ library since it can trigger exceptions"Gravatar Jan Tattermusch2018-01-12
* Add needed headerGravatar Vijay Pai2018-01-10
* Switch C++ sync server to use gpr_thd rather than std::thread and provide res...Gravatar Vijay Pai2018-01-08
* Fix thread avalances in thread managerGravatar Sree Kuchibhotla2017-08-09
* Put thread creation and join under lockGravatar David Garcia Quintas2017-07-14
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
* Move commentGravatar Craig Tiller2017-04-18
* More cleanupGravatar Craig Tiller2017-04-18
* Better commentaryGravatar Craig Tiller2017-04-18
* Fix, restore drainingGravatar Craig Tiller2017-04-18
* Initial thread manager fixesGravatar Craig Tiller2017-04-18
* Deprecate grpc::thread and sync in favor of std::thread,mutex,etcGravatar Vijay Pai2016-11-01
* generate_projects.sh and also add config.h header so that gcc4.4 can recogniz...Gravatar Sree Kuchibhotla2016-10-25
* clang formatting fixesGravatar Sree Kuchibhotla2016-10-24
* Address code review commentsGravatar Sree Kuchibhotla2016-10-18
* Fix include filesGravatar Sree Kuchibhotla2016-10-13
* Rename GrpcRpcManager -> ThreadManagerGravatar Sree Kuchibhotla2016-10-13