#include <locker.h>
Public Methods | |
Locker (const char *pzName, bool bReqursive=true, bool bInterruptible=false) | |
~Locker () | |
int | Lock () const |
int | Lock (bigtime_t nTimeout) const |
int | Unlock () const |
int | GetLockCount () const |
thread_id | GetOwner () const |
bool | IsLocked () const |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|