#include <threads.h>
Collaboration diagram for audiere::CondVar:
Public Member Functions | |
CondVar () | |
~CondVar () | |
void | wait (Mutex &mutex, float seconds) |
void | notify () |
Classes | |
struct | Impl |
struct | Impl |
Definition at line 41 of file threads.h.
|
Definition at line 122 of file threads_posix.cpp. References ADR_LOG. |
|
Definition at line 133 of file threads_posix.cpp. |
|
Definition at line 151 of file threads_posix.cpp. Referenced by audiere::AbstractDevice::fireStopEvent(), and audiere::AbstractDevice::~AbstractDevice(). |
|
Definition at line 138 of file threads_posix.cpp. References audiere::Mutex::m_impl. |