Difference between revisions of "Uno/Binary/Spec/Thread Unsafety Bridge"

From Apache OpenOffice Wiki
< Uno‎ | Binary
Jump to: navigation, search
m (OpenOffice.org Wiki:Spec Uno Bin Mutex Environment moved to Uno/Binary/Spec/Thread Unsafety Bridge)
Line 1: Line 1:
author:  [[User:Kr|Kr]] <br>
 
 
version: {{REVISIONID}} <br>
 
version: {{REVISIONID}} <br>
 
state:  draft          <br>
 
state:  draft          <br>
created: 01/17/2006    <br>
 
 
type:    specification  <br>
 
type:    specification  <br>
  
== Binary UNO ==
+
== Thread Unsafety Bridge ==
=== Mutex Environments ===
+
  
 
;Feature
 
;Feature
: A MutEx based purpose environment:
+
: The [[Uno/Spec/Thread Unsafety Bridge]] for Binary UNO.
:* <code>enter  </code>: acquires the associated MutEx
+
:* <code>leave  </code>: releases the associated MutEx
+
:* <code>callInto</code>: acquires the associated MutEx before calling the passed function
+
:* <code>callOut </code>: keeps the associated MutEx acquired and calls out
+
  
; Rationale :
+
; Rationale
  
 
; API
 
; API
 
+
: [[Uno/Binary/Spec/Bridge|Bridge]] names <code>"unsafe"</code>
; Compatibility Issues: None.
+
  
 
; Dependencies:
 
; Dependencies:
 
:* EnvStack
 
:* EnvStack
 +
 +
[[Category:Uno:Binary:Spec]]

Revision as of 15:00, 18 April 2006

version: 8207
state: draft
type: specification

Thread Unsafety Bridge

Feature
The Uno/Spec/Thread Unsafety Bridge for Binary UNO.
Rationale
API
Bridge names "unsafe"
Dependencies
  • EnvStack
Personal tools