#include <synchronization.h>
Public Member Functions | |
Notification () | |
void | notifyOne () |
void | waitToBeNotified () |
~Notification () | |
Private Attributes | |
boost::condition | _condition |
mongo::mutex | _mutex |
bool | _notified |
Definition at line 31 of file synchronization.h.
mongo::Notification::Notification | ( | ) |
mongo::Notification::~Notification | ( | ) |
void mongo::Notification::notifyOne | ( | ) |
void mongo::Notification::waitToBeNotified | ( | ) |
boost::condition mongo::Notification::_condition [private] |
Definition at line 49 of file synchronization.h.
mongo::mutex mongo::Notification::_mutex [private] |
Definition at line 47 of file synchronization.h.
bool mongo::Notification::_notified [private] |
Definition at line 48 of file synchronization.h.