#include <mutex.h>
Public Member Functions | |
| Mutex (char *title=0) | |
| ~Mutex () | |
| int | lock (char *location=0) |
| int | unlock () |
| int | trylock () |
| int | reset () |
Public Attributes | |
| pthread_mutex_t | mutex |
| char * | title |
Definition at line 7 of file mutex.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4