summaryrefslogtreecommitdiff
path: root/cppu/source/threadpool/jobqueue.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-06-16Use the saner std::condition_variable semantics for JobQueue::m_cndWaitStephan Bergmann1-45/+31
2020-06-15Model the dispose tokens as `void const *` instead of `sal_Int64`Stephan Bergmann1-6/+6
2020-06-15Remove a potentially already enqueued response when a bridge is disposedStephan Bergmann1-0/+7
2019-03-03Simplify containers iterations in cppcanvas, cppu, cppuhelperArkadiy Illarionov1-5/+3
2017-05-07revert OSL_ASSERT changesChris Sherlock1-1/+1
2017-05-07tdf#43157: convert cppu's threadpool from OSL_ASSERT to assertChris Sherlock1-1/+1
2016-09-01std::list<sal_Int64> -> std::dequeNoel Grandin1-1/+1
2015-11-22cppcheck:useInitializationListNoel Grandin1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-08-18Some oslCondition -> osl::ConditionStephan Bergmann1-15/+7
2014-02-17cppu: sal_Bool -> boolStephan Bergmann1-7/+7
2013-03-04sal_Bool to boolTakeshi Abe1-1/+1
2012-06-13re-base on ALv2 code.Michael Meeks1-23/+14
2012-02-27cppu: JobQueue::enter: add mutex guards for m_nToDoMichael Stahl1-3/+6
2012-02-10Avoid deadlocks when disposing recursive JobQueue::enterStephan Bergmann1-2/+5
2011-11-27remove include of pch header in cppuNorbert Thiebaud1-2/+0
2011-03-08Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud1-0/+4
2011-01-12Some cppcheck cleaningJulien Nabet1-1/+1
2010-10-25sb132: #i112448# proper clean up in JobQueue::enter (patch by olistraub)sb1-0/+4
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
2010-10-11#i107490# cppu lifecycle cleanupCaolán McNamara1-1/+2
2010-07-07sb126: #i107490# cppu lifecycle cleanup (patch by cmc, plus removal of now ob...sb1-1/+2
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien1-4/+1
2008-04-11INTEGRATION: CWS changefileheader (1.7.74); FILE MERGEDRüdiger Timm1-23/+18
2006-09-16INTEGRATION: CWS pchfix02 (1.6.10); FILE MERGEDOliver Bolte1-2/+5
2006-06-19INTEGRATION: CWS warnings01 (1.2.46); FILE MERGEDJens-Heiner Rechtien1-5/+4
2006-04-26INTEGRATION: CWS jsc9 (1.4.2); FILE MERGEDKurt Zenker1-6/+4
2006-04-19INTEGRATION: CWS sb49 (1.3.38); FILE MERGEDJens-Heiner Rechtien1-4/+6
2005-09-08INTEGRATION: CWS ooo19126 (1.2.50); FILE MERGEDRüdiger Timm1-47/+21
2004-04-21INTEGRATION: CWS ooo20040329 (1.1.1.1.140); FILE MERGEDSander Vesik1-4/+4
2000-09-18initial importJens-Heiner Rechtien1-0/+223