|
|
A wrapper around the pthread mutexfunctions. A lock can only be locked by one thread at a time and is the basis of most thread synchronisation.
toLock (void)
| toLock |
toLock (const toLock &)
| toLock |
void lock (void)
| lock |
void unlock (void)
| unlock |
toLock (void)
| toLock |
Create lock
~toLock ()
| ~toLock |
void lock (void)
| lock |
Lock this lock.
void unlock (void)
| unlock |
Unlock this lock.