Uno/Binary/Spec/Thread Unsafety Bridge
From Apache OpenOffice Wiki
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 MutExleave: releases the associated MutExcallInto: acquires the associated MutEx before calling the passed functioncallOut: keeps the associated MutEx acquired and calls out
- Rationale
- API
- Compatibility Issues
- None.
- Dependencies
-
- EnvStack