Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15
 Overview   Namespace   Class   Index   Help 
PUBLIC MEMBERS:  CLASSESSTRUCTSUNIONSENUMSTYPEDEFSMETHODSSTATIC METHODSDATASTATIC DATA
PRIVATE MEMBERS:  CLASSESSTRUCTSUNIONSENUMSTYPEDEFSMETHODSSTATIC METHODSDATASTATIC DATA

:: osl ::

class Mutex


Base Classes
None.
Known Derived Classes
None.

virtual abstract interface template
NO NO NO NO
File
mutex.hxx

Public Members

Methods


Mutex( );
Create a thread-local mutex.

~Mutex( );
Release the OS-structures and free mutex data-structure.
sal_Bool
acquire( );
Acquire the mutex, block if already acquired by another thread.
sal_Bool
tryToAcquire( );
Try to acquire the mutex without blocking.
sal_Bool
release( );
Release the mutex.

Static Methods

static Mutex *
getGlobalMutex( );

Private Members

Methods


Mutex( oslMutex );

Mutex( const Mutex & );
Mutex &
operator=( oslMutex );
Mutex &
operator=( const Mutex & );

Data

oslMutex mutex;

Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.