aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/server/thread_pool.cc
Commit message (Collapse)AuthorAge
* Rewriting mutex, condition_variable, and thread.Gravatar Nicolas "Pixel" Noble2015-04-04
|
* Merge remote-tracking branch 'upstream/master' into fix_gcc_4_4Gravatar vjpai2015-03-25
|\
* | Remove lambda expression being used in grpc C++ libraryGravatar vjpai2015-03-25
| |
* | Revert "Remove lambda expression to support older compilers"Gravatar Vijay Pai2015-03-25
| | | | | | | | This reverts commit 5d5b1d8c8ec4c578f72a12f5b81f705764cdf804.
* | Remove lambda expression to support older compilersGravatar vjpai2015-03-25
| |
| * Elminate range-based fors and work around some other limitations in older ↵Gravatar Vijay Pai2015-03-24
|/ | | | compilers
* clang-format c++ codeGravatar Yang Gao2015-03-17
|
* Make it possible to compile with gcc4.6Gravatar Craig Tiller2015-02-26
|
* Addressing a first batch of feedback.Gravatar Nicolas Noble2015-02-23
|
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Fix an obvious bugGravatar Craig Tiller2015-02-01
| | | | And make it easy not to make the same mistake
* Remove a major source of contention in thread_poolGravatar Craig Tiller2015-02-01
| | | | | | | - notify_one when new work is available to avoid thundering herd problems - checking conditions before entering cv_.wait() prevents a case that these are not validated
* Use clang-format-3.5Gravatar Craig Tiller2015-01-18
|
* Initial import.Gravatar Nicolas Noble2014-11-26