foobar2000 SDK
2015-08-03
|
#include <nix-objects.h>
Public Member Functions | |
nix_event () | |
~nix_event () | |
int | get_handle () const |
bool | is_set () |
void | set_state (bool state) |
bool | wait_for (double p_timeout_seconds) |
Static Public Member Functions | |
static int | g_twoEventWait (nix_event &ev1, nix_event &ev2, double timeout) |
static int | g_twoEventWait (int h1, int h2, double timeOut) |
static bool | g_wait_for (int p_event, double p_timeout_seconds) |
Private Member Functions | |
nix_event (nix_event const &) | |
void | operator= (nix_event const &) |
Private Attributes | |
int | m_fd [2] |
Definition at line 71 of file nix-objects.h.
pfc::nix_event::nix_event | ( | ) |
Definition at line 158 of file nix-objects.cpp.
pfc::nix_event::~nix_event | ( | ) |
Definition at line 163 of file nix-objects.cpp.
|
private |
Definition at line 202 of file nix-objects.cpp.
|
static |
Definition at line 190 of file nix-objects.cpp.
|
static |
Definition at line 187 of file nix-objects.cpp.
|
inline |
Definition at line 84 of file nix-objects.h.
|
inline |
Definition at line 78 of file nix-objects.h.
|
private |
void pfc::nix_event::set_state | ( | bool | state | ) |
Definition at line 168 of file nix-objects.cpp.
bool pfc::nix_event::wait_for | ( | double | p_timeout_seconds | ) |
Definition at line 184 of file nix-objects.cpp.
|
private |
Definition at line 93 of file nix-objects.h.