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

From Apache OpenOffice Wiki
< Uno‎ | Binary
Jump to: navigation, search
m (Mistakenly changed.)
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
author[[User:Kr|Kr]] <br>
+
Type: Specification State: Evolving  Availability: URE 1.3 (SRC680_m212)
version: {{REVISIONID}} <br>
+
state:  draft          <br>
+
created: 01/17/2006    <br>
+
type:    specification  <br>
+
  
== Binary UNO ==
+
==Feature==
=== Mutex Environments ===
+
The [[Uno/Spec/Thread Unsafety Bridge]] for [[Uno/Binary|Binary Uno]].
  
;Feature
+
==API==
: A MutEx based purpose environment:
+
Binary [[Uno/Spec/Purpose Bridge|purpose bridge]] named
:* <code>enter  </code>: acquires the associated MutEx
+
<code>"unsafe_uno_uno"</code>
:* <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 :
+
==Dependencies==
 +
* [[Uno/Binary/Spec/Environment Stack]]
 +
* [[Uno/Spec/Thread Unsafety Bridge]]
  
; API
 
  
; Compatibility Issues: None.
+
[[Category:Spec]]
 
+
[[Category:Uno]]
; Dependencies:
+
[[Category:Uno:Binary]]
:* EnvStack
+
[[Category:Multi-Threading]]

Latest revision as of 07:21, 19 June 2007

Type: Specification State: Evolving Availability: URE 1.3 (SRC680_m212)

Feature

The Uno/Spec/Thread Unsafety Bridge for Binary Uno.

API

Binary purpose bridge named

"unsafe_uno_uno"

Dependencies

Personal tools