index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
cpp
/
thread_manager
Commit message (
Expand
)
Author
Age
*
Revert "Restrict the number of threads in C++ sync server"
Nicolas Noble
2018-07-31
*
std::max is not available on some windows platforms
Sree Kuchibhotla
2018-07-27
*
Address core review comments
Sree Kuchibhotla
2018-07-27
*
Add Tests in Core and C++ and fix a few related bugs in thread_manager.cc
Sree Kuchibhotla
2018-07-24
*
Each ThreadManager is a resource user
Sree Kuchibhotla
2018-07-20
*
Name needs to only be alphanumeric+underscore+dash
Vijay Pai
2018-03-05
*
Use static_cast rather than reinterpret_cast whenever possible
Vijay Pai
2018-03-05
*
Remove std::thread, keep everything else unchanged (#13)
Vijay Pai
2018-03-02
*
Move headers from grpc++ to grpcpp
Muxi Yan
2018-02-15
*
Revert "Stop using std::thread in C++ library since it can trigger exceptions"
Jan Tattermusch
2018-01-12
*
Add needed header
Vijay Pai
2018-01-10
*
Switch C++ sync server to use gpr_thd rather than std::thread and provide res...
Vijay Pai
2018-01-08
*
Fix thread avalances in thread manager
Sree Kuchibhotla
2017-08-09
*
Put thread creation and join under lock
David Garcia Quintas
2017-07-14
*
auto-fix most of licenses
Jan Tattermusch
2017-06-08
*
Move comment
Craig Tiller
2017-04-18
*
More cleanup
Craig Tiller
2017-04-18
*
Better commentary
Craig Tiller
2017-04-18
*
Fix, restore draining
Craig Tiller
2017-04-18
*
Initial thread manager fixes
Craig Tiller
2017-04-18
*
Deprecate grpc::thread and sync in favor of std::thread,mutex,etc
Vijay Pai
2016-11-01
*
generate_projects.sh and also add config.h header so that gcc4.4 can recogniz...
Sree Kuchibhotla
2016-10-25
*
clang formatting fixes
Sree Kuchibhotla
2016-10-24
*
Address code review comments
Sree Kuchibhotla
2016-10-18
*
Fix include files
Sree Kuchibhotla
2016-10-13
*
Rename GrpcRpcManager -> ThreadManager
Sree Kuchibhotla
2016-10-13