#include <rwlock.h>
Classes | |
| struct | exception |
Public Member Functions | |
| rwlock_try_write (RWLock &l, int millis=0) | |
| ~rwlock_try_write () | |
Private Attributes | |
| RWLock & | _l |
throws on failure to acquire in the specified time period.
Definition at line 236 of file rwlock.h.
| mongo::rwlock_try_write::rwlock_try_write | ( | RWLock & | l, | |
| int | millis = 0 | |||
| ) | [inline] |
RWLock& mongo::rwlock_try_write::_l [private] |