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

From Apache OpenOffice Wiki
< Uno‎ | Term
Jump to: navigation, search
m (.)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
; Thread Unsafe Code
 
; Thread Unsafe Code
: 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]].  
+
: 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