#include <concurrency.h>
Public Member Functions | |
mongolock (bool write) | |
void | releaseAndWriteLock () |
~mongolock () | |
Private Attributes | |
bool | _writelock |
Definition at line 164 of file concurrency.h.
mongo::mongolock::mongolock | ( | bool | write | ) | [inline] |
Definition at line 167 of file concurrency.h.
mongo::mongolock::~mongolock | ( | ) | [inline] |
Definition at line 174 of file concurrency.h.
void mongo::mongolock::releaseAndWriteLock | ( | ) | [inline] |
Definition at line 223 of file db/client.h.
bool mongo::mongolock::_writelock [private] |
Definition at line 165 of file concurrency.h.