summaryrefslogtreecommitdiff
path: root/include/vcl/scheduler.hxx
AgeCommit message (Expand)Author
2020-12-07Make SchedulerMutex non-recursiveJan-Marek Glogowski
2020-12-07Unlock scheduler in deinit for ProcessEventsToIdleJan-Marek Glogowski
2020-12-04Unlock scheduler when calling ProcessEventsToIdleMike Kaganski
2019-07-29Fix typosAndrea Gelmini
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen
2018-09-20Replace SAL_DELETED_FUNCTION with = delete in internal codeStephan Bergmann
2018-08-29tdf#119458 just wakeup Scheduler on active IdleJan-Marek Glogowski
2017-09-30Access to ProcessEventsToSignal's bSignal is racyStephan Bergmann
2017-09-26tdf#112288 Clarify Reschedule implementationsJan-Marek Glogowski
2017-08-09osl::Mutex::acquire can effectively only fail upon programming errorsStephan Bergmann
2017-08-04Implement VCL Scheduler lockingJan-Marek Glogowski
2017-07-25loplugin:unusedmethodsNoel Grandin
2017-07-13Drop Task::ReadyForScheduleJan-Marek Glogowski
2017-07-13Run LO scheduler only via system timerJan-Marek Glogowski
2017-07-13Run Idle tasks immediatlyJan-Marek Glogowski
2017-07-13Introduce a scheduler stackJan-Marek Glogowski
2017-07-13Correctly account starting tasksJan-Marek Glogowski
2017-07-13Drop special idle handlingJan-Marek Glogowski
2017-07-13Just walk the task list onceJan-Marek Glogowski
2017-07-13Move scheduler task into its own headerJan-Marek Glogowski
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-03-03Remove uses of SAL_CONSTEXPR in LIBO_INTERNAL_ONLYStephan Bergmann
2017-02-27uitest: add scheduler method that runs until a signal is receivedMarkus Mohrhard
2017-01-20Apply stricter member access control for TasksJan-Marek Glogowski
2017-01-17loplugin:staticmethodsTor Lillqvist
2017-01-17Refactor Scheduler to add Task classJan-Marek Glogowski
2017-01-17Convert bTimer => bIdleJan-Marek Glogowski
2016-11-09Revert "Mark Scheduler as non-copyable"Stephan Bergmann
2016-11-09Mark Scheduler as non-copyableStephan Bergmann
2016-09-15loplugin:countusersofdefaultparams in vclNoel Grandin
2016-05-31tdf#100092: Deterministic scheduling to prevent unpredictable behavior.Jan Holesovsky
2016-01-12tdf#97075 - don't render sdr overlays before we paint.Michael Meeks
2016-01-12Bin unnecessary forward declarationTor Lillqvist
2016-01-08vcl: silence doxygen warningChris Sherlock
2015-12-08Make ImplSVData private to vclTor Lillqvist
2015-11-26vcl: fix event processing to idle - for JUnit tests.Michael Meeks
2015-11-25vcl: cleanup scheduler debug name usage.Michael Meeks
2015-11-25vcl: don't treat non-ready timers as idle handlers.Michael Meeks
2015-11-25vcl: move private impl. detail of Scheduler out of global header.Michael Meeks
2015-11-24vcl: re-introduce idle handling.Michael Meeks
2015-11-24vcl: reduce maximum timeout to some sensible range.Michael Meeks
2015-11-24vcl: remove UpdateStack concept.Michael Meeks
2015-11-24Replace return boolean from DoYield with pleasant enumeration.Michael Meeks
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-08Ensure the scheduler can set longer timeouts.Michael Meeks
2015-09-04Minor refactoring and cleanup of Scheduler and Timer.Ashod Nakashian
2015-07-08loplugin:unusedmethods vclNoel Grandin
2015-06-15Revert "std::list for Scheduler"Stephan Bergmann
2015-06-12std::list for SchedulerJuergen Funk