Uno/Binary/Spec/Thread Unsafety Bridge

From Apache OpenOffice Wiki
< Uno‎ | Binary
Revision as of 08:15, 7 March 2006 by Kr (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

Binary UNO

Mutex Environments

Feature
A MutEx based purpose environment:
  • enter : acquires the associated MutEx
  • leave : releases the associated MutEx
  • callInto: acquires the associated MutEx before calling the passed function
  • callOut : keeps the associated MutEx acquired and calls out
Rationale 
API
Compatibility Issues
None.
Dependencies
  • EnvStack
Personal tools