Uno/Binary/Spec/Thread Affinity Bridge

From Apache OpenOffice Wiki
< Uno‎ | Binary
Revision as of 08:33, 7 March 2006 by Kr (talk | contribs) (moved from udk.openoffice.org)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

author: Kr
version: 5860
state: draft
created: 01/17/2006
type: specification

Binary UNO

Thread Environments

Feature
A thread based purpose environment:
- enter: associates the current thread with the environment
- leave: in case no objects are mapped, disassociates the current thread with the environment
in case objects are mapped and this is the last leave:
- blocks until no objects are mapped anymore
- callInto: calls the passed function in the associated thread
- callOut: calls the passed function in the waiting outer thread
Rationale
API
Compatibility Issues
None.
Dependencies
  • EnvStack
Personal tools