Public Member Functions | |
| int | destroy () |
| int | init () |
| int | lock (u_long id=0) |
| Mutex () | |
| int | unlock (u_long id=0) |
| ~Mutex () | |
Private Attributes | |
| int | initialized |
| MutexHandle | mutex |
|
|
Constructor for the mutex class. |
|
|
Destroy the object. |
|
|
Destroy a mutex. |
|
|
Initialize a mutex. |
|
|
Lock the mutex. |
|
|
Unlock the mutex access.
|
|
|
|
|
|
|
1.3.9.1