Uno/Binary/Spec/Thread Unsafety Bridge

From Apache OpenOffice Wiki
< Uno‎ | Binary
Revision as of 14:56, 18 April 2006 by Kr (Talk | contribs)

Jump to: navigation, search

author: Kr
version: 8204
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