21 #ifndef __JackWaitThreadedDriver__    22 #define __JackWaitThreadedDriver__    24 #include "JackThreadedDriver.h"    25 #include "JackTimedDriver.h"    47                 volatile bool fRunning;
    50                     :fDriver(driver), fThread(
this), fRunning(
false)
    61                     return fThread.Start();
    68                     if (fDriver->Initialize()) {
    79         JackDriverStarter fStarter;
    95         virtual bool ExecuteReal(); 
 The base class for threaded drivers using a "decorator" pattern. Threaded drivers are used with block...
Wrapper for a restartable threaded driver (e.g. JackNetDriver).
The base class for runnable objects, that have an  Init  and  Execute  method to be called in a threa...
SERVER_EXPORT void jack_error(const char *fmt,...)
Darwin threads. Real-time threads are actually "time constraint" threads.