B2BITS FIX Antenna HFT
1.0.16
|
#include <ManualEvent.h>
Public Member Functions | |
ManualEvent (bool signaled=false) | |
void | pulse () |
void | reset () |
void | set () |
void | wait () |
bool | wait (unsigned int msec) |
virtual | ~ManualEvent () |
Protected Attributes | |
pthread_cond_t | cond_ |
pthread_mutex_t | mutex_ |
volatile int | signaled_ |
|
explicit |
|
virtual |
void System::ManualEvent::pulse | ( | ) |
void System::ManualEvent::reset | ( | ) |
void System::ManualEvent::set | ( | ) |
void System::ManualEvent::wait | ( | ) |
bool System::ManualEvent::wait | ( | unsigned int | msec | ) |
|
protected |
|
protected |
|
protected |