21 #ifndef __JackWinNamedPipeClientChannel__    22 #define __JackWinNamedPipeClientChannel__    24 #include "JackGenericClientChannel.h"    25 #include "JackWinNamedPipe.h"    26 #include "JackPlatformPlug.h"    27 #include "JackThread.h"    52         int Open(
const char* server_name, 
const char* name, 
int uuid, 
char* name_res, 
JackClient* client, jack_options_t options, jack_status_t* status);
    62         bool IsChannelThread() { 
return fThread.IsThread(); }
 Generic JackClientChannel class. 
The base class for runnable objects, that have an  Init  and  Execute  method to be called in a threa...
JackClientChannel using pipes. 
The base class for clients: share part of the implementation for JackInternalClient and JackLibClient...
Darwin threads. Real-time threads are actually "time constraint" threads.