Uno/Term/Thread Safe

From Apache OpenOffice Wiki
< Uno‎ | Term
Revision as of 15:51, 15 May 2006 by Kr (Talk | contribs)

Jump to: navigation, search
Thread Safe Code
Thread safe code takes care of all threading issues, including locking critical sections etc. Code doing blocking I/O needs to be thread safe, so that system calls can be interrupted. Thread safe code may also be used to allow high concurrency, while avoiding the runtime overhead of external locking.
Personal tools