#include <JackPthreadCond.h>
Inheritance diagram for Jack::JackPthreadCond:
Public Member Functions | |
JackPthreadCond () | |
virtual | ~JackPthreadCond () |
bool | Signal () |
bool | SignalAll () |
bool | Wait () |
bool | TimedWait (long usec) |
bool | Connect (const char *name) |
bool | ConnectInput (const char *name) |
bool | ConnectOutput (const char *name) |
bool | Disconnect () |
Protected Member Functions | |
void | BuildName (const char *name, char *res) |
virtual JackPthreadCondArray * | GetTable ()=0 |
Protected Attributes | |
JackPthreadCondItem * | fSynchro |
Definition at line 57 of file JackPthreadCond.h.