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

From Apache OpenOffice Wiki
< Uno‎ | Cpp‎ | Spec
Jump to: navigation, search
m (Splitted categories.)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
Type: Specification  State: draft
+
Type: Specification  State: Evolving  Availability: URE 1.3 (SRC680_m212)
  
 
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==
* [[Uno/Binary/Spec/Threading-Model]]
+
* [[../Environment Stack]]
 +
* [[../Map Helpers]]
 
* [[../Shield Helpers]]
 
* [[../Shield Helpers]]
 +
* [[../FreeReference]]
 +
* [[../Environment Guard]]
 +
* [[../Environment Descriptor]]
 +
* [[../Environment AntiGuard]]
 +
* [[../Purpose Bridge Implementation Helper]]
  
 
==Dependencies==
 
==Dependencies==
 
* [[Uno/Binary/Spec/Threading-Model]]
 
* [[Uno/Binary/Spec/Threading-Model]]
 +
* [[../Environment Stack]]
 +
* [[../Map Helpers]]
 
* [[../Shield Helpers]]
 
* [[../Shield Helpers]]
 
* [[../FreeReference]]
 
* [[../FreeReference]]
* [[../Environment Stack]]
 
 
* [[../Environment Guard]]
 
* [[../Environment Guard]]
 +
* [[../Environment Descriptor]]
 +
* [[../Environment AntiGuard]]
 
* [[../Purpose Bridge Implementation Helper]]
 
* [[../Purpose Bridge Implementation Helper]]
* [[../Implementation Environment]]
 
* [[../Purpose Environments]]
 
  
  
Line 25: Line 32:
 
[[Category:Uno]]
 
[[Category:Uno]]
 
[[Category:Uno:Cpp]]
 
[[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