#include <concurrency.h>
Public Member Functions | |
| bool | got () const |
| writelocktry (const string &ns, int tryms) | |
| ~writelocktry () | |
Private Attributes | |
| bool | _got |
Definition at line 122 of file concurrency.h.
| mongo::writelocktry::writelocktry | ( | const string & | ns, | |
| int | tryms | |||
| ) | [inline] |
Definition at line 123 of file concurrency.h.
| mongo::writelocktry::~writelocktry | ( | ) | [inline] |
Definition at line 126 of file concurrency.h.
| bool mongo::writelocktry::got | ( | ) | const [inline] |
Definition at line 132 of file concurrency.h.
bool mongo::writelocktry::_got [private] |
Definition at line 134 of file concurrency.h.