Effort/Clean Up Anachronistic Threading Constructs

From Apache OpenOffice Wiki
< Effort
Revision as of 09:42, 6 July 2006 by Kr (Talk | contribs)

Jump to: navigation, search

Type: Effort State: in progress

Remove Old Multi Thread related Constructs

After switching to the new threading architecture, OOo still uses many thread related constructs, which are not needed anymore.

Problem

Find and remove unnecessary locking and other thread related constructs, e.g.

  • unnecessary mutexes,
  • unnecessary delegations into the "main" thread,
  • the Solar Mutex,
  • clipboard dedicated threads,
  • D&D dedicated threads.

(SolarMutex, vcl::ThreadExecutor)

Personal tools