mongo::RWLock Class Reference
List of all members.
Public Member Functions |
|
| RWLock (const char *name, int lowPriorityWaitMS=0) |
|
const char * | implType () const |
|
int | lowPriorityWaitMS () const |
|
void | lock () |
|
void | unlock () |
|
void | lock_shared () |
|
void | unlock_shared () |
|
bool | lock_shared_try (int millis) |
|
bool | lock_try (int millis=0) |
|
bool | _try (int millis, bool write) |
Public Attributes |
|
const char * | _name |
The documentation for this class was generated from the following file: