Uno/Term/Thread Unsafe

From Apache OpenOffice Wiki
< Uno‎ | Term
Revision as of 12:01, 16 June 2006 by Kr (Talk | contribs)

Jump to: navigation, search
Thread Unsafe Code
Thread unsafe code may not care of any threading issues, except thread affinity. Thread unsafe code to be used in the Thread Unsafe Environment ("<ABI>:unsafe") must be Thread Transparent. On the designed level of granularity methods are guaranteed to not be called concurrently. The calling thread may vary over time.
Personal tools