Bugzilla – Bug 158
Add default value of the owner for shared mutex
Last modified: 2009-05-28 13:09:37
You need to log in before you can comment on or make changes to this bug.
Add default value of the owner for shared mutex as true or false. CPPU_DLLPRFX SharedMutex(SharedMutexId nId, bool bIsOwner);
do the same with shared condition.
Owner is a critical param and haven't any suitable value for all applications.