#include <concurrency.h>
Public Member Functions | |
bool | got () const |
readlocktry (const string &ns, int tryms) | |
~readlocktry () | |
Private Attributes | |
bool | _got |
Definition at line 107 of file concurrency.h.
mongo::readlocktry::readlocktry | ( | const string & | ns, | |
int | tryms | |||
) | [inline] |
Definition at line 108 of file concurrency.h.
mongo::readlocktry::~readlocktry | ( | ) | [inline] |
Definition at line 111 of file concurrency.h.
bool mongo::readlocktry::got | ( | ) | const [inline] |
Definition at line 117 of file concurrency.h.
bool mongo::readlocktry::_got [private] |
Definition at line 119 of file concurrency.h.