#include <node_file.h>
Public Member Functions | |
Cond () | |
void | notify_all () |
void | wait (SpinLock &spinlock) |
Private Attributes | |
bool | cond |
Definition at line 68 of file node_file.h.
megatree::Cond::Cond | ( | ) | [inline] |
Definition at line 71 of file node_file.h.
void megatree::Cond::notify_all | ( | ) | [inline] |
Definition at line 89 of file node_file.h.
void megatree::Cond::wait | ( | SpinLock & | spinlock | ) | [inline] |
Definition at line 75 of file node_file.h.
bool megatree::Cond::cond [private] |
Definition at line 95 of file node_file.h.