#include "TXSlave.h"
#include "TProof.h"
#include "TProofServ.h"
#include "TSystem.h"
#include "TROOT.h"
#include "TUrl.h"
#include "TMessage.h"
#include "TMonitor.h"
#include "TError.h"
#include "TSysEvtHandler.h"
#include "TVirtualMutex.h"
#include "TXSocket.h"
#include "TXSocketHandler.h"
#include "Varargs.h"
#include "XProofProtocol.h"
#include <mutex>
Classes | |
class | TXSlaveInterruptHandler |
class | XSlaveInit |
Namespaces | |
namespace | ROOT |
This file contains a specialised ROOT message handler to test for diagnostic in unit tests. | |
Functions | |
TSlave * | GetTXSlave (const char *url, const char *ord, Int_t perf, const char *image, TProof *proof, Int_t stype, const char *workdir, const char *msd, Int_t nwk) |
Variables | |
static XSlaveInit | xslave_init |
TSlave * GetTXSlave | ( | const char * | url, |
const char * | ord, | ||
Int_t | perf, | ||
const char * | image, | ||
TProof * | proof, | ||
Int_t | stype, | ||
const char * | workdir, | ||
const char * | msd, | ||
Int_t | nwk | ||
) |
Definition at line 45 of file TXSlave.cxx.
|
static |
Definition at line 58 of file TXSlave.cxx.