Difference between revisions of "Uno/Binary/Spec/Thread Unsafety Bridge"

From Apache OpenOffice Wiki
< Uno‎ | Binary
Jump to: navigation, search
m (Mistakenly changed.)
m (OpenOffice.org Wiki:Spec Uno Bin Mutex Environment moved to Uno/Binary/Spec/Thread Unsafety Bridge)
(No difference)

Revision as of 14:57, 18 April 2006

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