#include <ofxsMultiThread.h>
Public Member Functions | |
| Mutex (int lockCount=0) | |
| ctor | |
| virtual | ~Mutex (void) |
| dtor | |
| void | lock () |
| lock it, blocks until lock is gained | |
| void | unlock () |
| unlock it | |
| bool | tryLock () |
| attempt to lock, non-blocking | |
Protected Attributes | |
| OfxMutexHandle | _handle |
| The handle. | |
|
|
ctor
|
|
|
dtor
|
|
|
lock it, blocks until lock is gained
|
|
|
attempt to lock, non-blocking
|
|
|
unlock it
|
|
|
The handle.
|
1.3.9.1