Difference between revisions of "Uno/Term/Thread Unsafe"

From Apache OpenOffice Wiki
< Uno‎ | Term
Jump to: navigation, search
m (Added category.)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
; Thread Unsafe Code
 
; Thread Unsafe Code
: Thread unsafe code must not care of any threading issues, except thread affinity. Thread unsafe code must be implemented [[Thread Transparent]]. On the desgined level of granularity methods are guaranteed to not be called concurrently. The calling thread may vary over time.
+
: Thread unsafe code does not care of any thread related concurrency issues.  
 +
Thread unsafe objects to be managed by the [[Uno/Spec/Thread Unsafety Bridge|Thread Unsafe Environment]] (<code>"<ABI>:unsafe"</code>) must be [[Uno/Term/Thread Transparent|thread transparent]].  
  
[[Category:Uno:Term]]
+
 
 +
[[Category:Uno]]
 +
[[Category:Term]]
 +
[[Category:Multi-Threading]]

Latest revision as of 07:21, 19 June 2007

Thread Unsafe Code
Thread unsafe code does not care of any thread related concurrency issues.

Thread unsafe objects to be managed by the Thread Unsafe Environment ("<ABI>:unsafe") must be thread transparent.

Personal tools