aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end/thread_stress_test.cc
Commit message (Collapse)AuthorAge
* Added back trailing newlinesGravatar David Garcia Quintas2016-01-14
|
* Fix copyrights againGravatar murgatroid992016-01-14
|
* FormatCodeGravatar Sree Kuchibhotla2016-01-13
|
* Rename TestService to EchoTestService to prevent name-conflict withGravatar Sree Kuchibhotla2016-01-13
| | | | 'TestService' in test.proto
* Consolidate C++ proto files under src/protoGravatar Craig Tiller2015-12-17
| | | | | | - make the directory structure match the package structure - sanitize the package structure (test --> testing) - add auto-detection of proto file dependencies
* Fixing Cpp tests.Gravatar Julien Boeuf2015-10-12
|
* Removing pessimizing moves.Gravatar Nicolas "Pixel" Noble2015-09-03
| | | | Pass #2.
* Fixing headers and paths after merge with upstream.Gravatar Julien Boeuf2015-08-30
|
* Shuffling headers around.Gravatar Julien Boeuf2015-08-28
|
* implementation fixGravatar yang-g2015-08-27
|
* merge with headGravatar yang-g2015-08-24
|\
| * Eliminate public thread-pool interfaceGravatar Vijay Pai2015-08-24
| |
* | headers reorgGravatar yang-g2015-08-21
| |
* | Remove ChannelInterface and replace it with ChannelGravatar yang-g2015-08-19
|/
* Start switching everything to dynamic poolGravatar Vijay Pai2015-07-23
|
* Merge github.com:grpc/grpc into no-worries-i-can-waitGravatar Craig Tiller2015-07-17
|\
| * Change name of thread_pool files to fixed_size_thread_pool whenGravatar vjpai2015-07-15
| | | | | | | | appropriate
| * Make thread_pool.h a public headerGravatar Vijay Pai2015-07-15
| | | | | | | | | | Rename ThreadPool -> FixedSizeThreadPool to allow for later introduction of DynamicSizeThreadPool
* | Update C++ implGravatar Craig Tiller2015-07-13
| |
* | Updating wrapped languages to new time functionsGravatar Craig Tiller2015-07-13
|/
* Fixup C++Gravatar Craig Tiller2015-07-06
|
* Update the Status APIGravatar Yang Gao2015-06-16
|
* Various minor fixesGravatar Yang Gao2015-06-01
|
* Replaced std::this_thread::sleep_for for gpr_sleep_until.Gravatar David Garcia Quintas2015-05-20
| | | | | std::this_thread::sleep_for isn't available in gcc <= 4.6 (4.7?) nor VS2010.
* Split thread stress from end2end to improve parallelismGravatar Craig Tiller2015-05-06