#include <condition.h>
Public Member Functions | |
Cond () | |
~Cond () | |
void | signal () |
void | wait (GMutex *m) |
Definition at line 35 of file condition.h.
pdf::Cond::Cond | ( | ) | [inline] |
Definition at line 38 of file condition.h.
pdf::Cond::~Cond | ( | ) | [inline] |
Definition at line 44 of file condition.h.
void pdf::Cond::signal | ( | ) | [inline] |
Definition at line 49 of file condition.h.
Referenced by pdf::Thread::append_task(), pdf::Thread::prepend_task(), and pdf::Thread::stop().
void pdf::Cond::wait | ( | GMutex * | m | ) | [inline] |
Definition at line 55 of file condition.h.