summaryrefslogtreecommitdiffstats
path: root/include/comphelper/threadpool.hxx
Commit message (Expand)AuthorAgeFilesLines
* comphelper:: fix MSVC hang in ThreadPool::shutdown(), try #2Michael Stahl2017-03-211-1/+3
* loplugin:unusedmethodsNoel Grandin2016-12-231-3/+0
* tdf#104126 - comphelper thread-pool, use reliable std::condition_variable.Michael Meeks2016-12-011-19/+28
* loplugin:unnecessaryvirtual in comphelper..formsNoel Grandin2016-11-081-2/+2
* add tagging to ThreadTasks so we don't need more one poolNoel Grandin2016-07-181-4/+15
* tdf#98955 hardware_concurrency not ideal for thread poolsAshod Nakashian2016-06-151-0/+6
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-2/+2
* loplugin:unusedmethods comphelperNoel Grandin2015-07-021-1/+0
* vcl: parallelize image scaling.Michael Meeks2015-03-121-0/+3
* boost->stdCaolán McNamara2015-02-161-2/+4
* Make comphelper::ThreadPool explicitly noncopyableMatúš Kukan2014-11-041-1/+2
* thread-pool: fix waiting until all tasks are complete.Michael Meeks2014-10-311-3/+7
* thread-pool: re-work termination semantics to avoid problems.Michael Meeks2014-10-301-1/+6
* Move thread-pool down into comphelper for re-use elsewhere.Michael Meeks2014-10-301-0/+64