vjpai
|
a2e1bb1577
|
Change name of thread_pool files to fixed_size_thread_pool when
appropriate
|
2015-07-15 16:49:49 -07:00 |
Vijay Pai
|
69f2410086
|
Make thread_pool.h a public header
Rename ThreadPool -> FixedSizeThreadPool to allow for later introduction
of DynamicSizeThreadPool
|
2015-07-15 12:33:37 -07:00 |
Craig Tiller
|
20b5fe9282
|
Fixup C++
|
2015-07-06 10:43:50 -07:00 |
Yang Gao
|
c1a2c314fb
|
Update the Status API
|
2015-06-16 10:59:46 -07:00 |
Yang Gao
|
69fe0759be
|
Various minor fixes
|
2015-06-01 14:32:38 -07:00 |
David Garcia Quintas
|
feb67f67dc
|
Replaced std::this_thread::sleep_for for gpr_sleep_until.
std::this_thread::sleep_for isn't available in gcc <= 4.6 (4.7?) nor
VS2010.
|
2015-05-20 23:13:17 -07:00 |
Craig Tiller
|
0c23320c8a
|
Split thread stress from end2end to improve parallelism
|
2015-05-06 07:42:43 -07:00 |