Language
The Free and Open Productivity Suite
PUBLIC MEMBERS: |
CLASSES
| STRUCTS
| UNIONS
| ENUMS
| TYPEDEFS
| METHODS
| STATIC METHODS
| DATA
| STATIC DATA |
PRIVATE MEMBERS: |
CLASSES
| STRUCTS
| UNIONS
| ENUMS
| TYPEDEFS
| METHODS
| STATIC METHODS
| DATA
| STATIC 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.
|
Private Members
-
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.