mongo::RWLock Class Reference
#include <rwlock.h>
List of all members.
Detailed Description
Definition at line 147 of file rwlock.h.
Constructor & Destructor Documentation
mongo::RWLock::RWLock |
( |
const char * |
|
) |
[inline] |
mongo::RWLock::~RWLock |
( |
|
) |
[inline] |
Member Function Documentation
bool mongo::RWLock::_try |
( |
int |
millis, |
|
|
bool |
write | |
|
) |
| | [inline] |
void mongo::RWLock::check |
( |
int |
x |
) |
[inline, private] |
void mongo::RWLock::lock |
( |
|
) |
[inline] |
void mongo::RWLock::lock_shared |
( |
|
) |
[inline] |
bool mongo::RWLock::lock_shared_try |
( |
int |
millis |
) |
[inline] |
bool mongo::RWLock::lock_try |
( |
int |
millis = 0 |
) |
[inline] |
void mongo::RWLock::unlock |
( |
|
) |
[inline] |
void mongo::RWLock::unlock_shared |
( |
|
) |
[inline] |
Member Data Documentation
The documentation for this class was generated from the following file: