Difference between revisions of "Uno/Cpp/Spec/Threading-Model"

From Apache OpenOffice Wiki
< Uno‎ | Cpp‎ | Spec
Jump to: navigation, search
m (Dependencies: Fixed link.)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
State:  draft<br>
+
Type: Specification State: Evolving  Availability: URE 1.3 (SRC680_m212)
Type:   specification <br>
+
  
==Threading Model==
+
The [[Uno/Spec/Threading-Model]] for the C++ Uno runtime.
The [[Uno/Spec/Threading Model]] for the C++ UNO runtime.
+
  
===Description===
+
==Description==
The C++ threading model basically inherits most of its features from the [[Uno/Binary/Spec/Threading Model|Binary Uno threading model]], but leverages some of C++ features regarding construction and destruction of values.
+
The C++ threading-model basically inherits most of its features from the [[Uno/Binary/Spec/Threading-Model|Binary Uno threading-model]], but leverage's some of C++ features regarding construction and destruction of values.
  
===API===
+
==API==
The C++ threading model does not bring a dedicated C++ API, but just the APIs of what it depends on.
+
* [[../Environment Stack]]
 
+
* [[../Map Helpers]]
===Dependencies===
+
* [[Uno/Binary/Spec/Threading Model]]
+
 
* [[../Shield Helpers]]
 
* [[../Shield Helpers]]
 
* [[../FreeReference]]
 
* [[../FreeReference]]
 +
* [[../Environment Guard]]
 +
* [[../Environment Descriptor]]
 +
* [[../Environment AntiGuard]]
 +
* [[../Purpose Bridge Implementation Helper]]
 +
 +
==Dependencies==
 +
* [[Uno/Binary/Spec/Threading-Model]]
 
* [[../Environment Stack]]
 
* [[../Environment Stack]]
 +
* [[../Map Helpers]]
 +
* [[../Shield Helpers]]
 +
* [[../FreeReference]]
 
* [[../Environment Guard]]
 
* [[../Environment Guard]]
 +
* [[../Environment Descriptor]]
 +
* [[../Environment AntiGuard]]
 
* [[../Purpose Bridge Implementation Helper]]
 
* [[../Purpose Bridge Implementation Helper]]
* [[../Implementation Environment]]
 
* [[../Purpose Environments]]
 
  
  
[[Category:Uno:Cpp:Spec]]
+
[[Category:Draft]]
[[Category:draft]]
+
[[Category:Spec]]
 +
[[Category:Uno]]
 +
[[Category:Uno:Cpp]]
 +
[[Category:Multi-Threading]]

Latest revision as of 07:16, 19 June 2007

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

The Uno/Spec/Threading-Model for the C++ Uno runtime.

Description

The C++ threading-model basically inherits most of its features from the Binary Uno threading-model, but leverage's some of C++ features regarding construction and destruction of values.

API

Dependencies

Personal tools