This is the complete list of members for ROOT::TProcessExecutor, including all inherited members.
Broadcast(unsigned code, unsigned nMessages=0) | TMPClient | private |
Broadcast(unsigned code, const std::vector< T > &objs) | TMPClient | private |
Broadcast(unsigned code, std::initializer_list< T > &objs) | TMPClient | private |
Broadcast(unsigned code, T obj, unsigned nMessages=0) | TMPClient | private |
Collect(std::vector< T > &reslist) | ROOT::TProcessExecutor | private |
DeActivate(TSocket *s) | TMPClient | private |
Derived() | ROOT::TExecutorCRTP< TProcessExecutor > | inlineprivate |
ETask enum name | ROOT::TProcessExecutor | private |
fIsParent | TMPClient | private |
fMon | TMPClient | private |
fNProcessed | ROOT::TProcessExecutor | private |
fNToProcess | ROOT::TProcessExecutor | private |
fNWorkers | TMPClient | private |
Fork(TMPWorker &server) | TMPClient | private |
fTaskType | ROOT::TProcessExecutor | private |
fWorkerPids | TMPClient | private |
GetIsParent() const | TMPClient | inlineprivate |
GetMonitor() | TMPClient | inlineprivate |
GetNWorkers() const | TMPClient | inlineprivate |
GetPoolSize() const | ROOT::TProcessExecutor | inline |
HandleMPCode(MPCodeBufPair &msg, TSocket *sender) | TMPClient | private |
HandlePoolCode(MPCodeBufPair &msg, TSocket *sender, std::vector< T > &reslist) | ROOT::TProcessExecutor | private |
InvokeResult_t typedef | ROOT::TProcessExecutor | private |
Map(F func, unsigned nTimes) -> std::vector< InvokeResult_t< F > > | ROOT::TExecutorCRTP< TProcessExecutor > | |
Map(F func, ROOT::TSeq< INTEGER > args) -> std::vector< InvokeResult_t< F, INTEGER > > | ROOT::TExecutorCRTP< TProcessExecutor > | |
Map(F func, std::initializer_list< T > args) -> std::vector< InvokeResult_t< F, T > > | ROOT::TExecutorCRTP< TProcessExecutor > | |
Map(F func, std::vector< T > &args) -> std::vector< InvokeResult_t< F, T > > | ROOT::TExecutorCRTP< TProcessExecutor > | |
Map(F func, const std::vector< T > &args) -> std::vector< InvokeResult_t< F, T > > | ROOT::TExecutorCRTP< TProcessExecutor > | |
MapImpl(F func, unsigned nTimes) -> std::vector< InvokeResult_t< F > > | ROOT::TProcessExecutor | private |
MapImpl(F func, ROOT::TSeq< INTEGER > args) -> std::vector< InvokeResult_t< F, INTEGER > > | ROOT::TProcessExecutor | private |
MapImpl(F func, std::vector< T > &args) -> std::vector< InvokeResult_t< F, T > > | ROOT::TProcessExecutor | private |
MapImpl(F func, const std::vector< T > &args) -> std::vector< InvokeResult_t< F, T > > | ROOT::TProcessExecutor | private |
MapReduce(F func, unsigned nTimes, R redfunc) -> InvokeResult_t< F > | ROOT::TProcessExecutor | |
MapReduce(F func, std::vector< T > &args, R redfunc) -> InvokeResult_t< F, T > | ROOT::TProcessExecutor | |
MapReduce(F func, const std::vector< T > &args, R redfunc) -> InvokeResult_t< F, T > | ROOT::TProcessExecutor | |
TExecutorCRTP< TProcessExecutor >::MapReduce(F func, ROOT::TSeq< INTEGER > args, R redfunc) -> InvokeResult_t< F, INTEGER > | ROOT::TExecutorCRTP< TProcessExecutor > | |
TExecutorCRTP< TProcessExecutor >::MapReduce(F func, std::initializer_list< T > args, R redfunc) -> InvokeResult_t< F, T > | ROOT::TExecutorCRTP< TProcessExecutor > | |
TExecutorCRTP< TProcessExecutor >::MapReduce(F func, std::vector< T * > &args) | ROOT::TExecutorCRTP< TProcessExecutor > | |
TExecutorCRTP< TProcessExecutor >::MapReduce(F func, const std::vector< T * > &args) | ROOT::TExecutorCRTP< TProcessExecutor > | |
noReferenceCond typedef | ROOT::TExecutorCRTP< TProcessExecutor > | |
operator=(const TProcessExecutor &)=delete | ROOT::TProcessExecutor | |
TExecutorCRTP< TProcessExecutor >::operator=(const TExecutorCRTP &)=delete | ROOT::TExecutorCRTP< TProcessExecutor > | |
TMPClient::operator=(const TMPClient &)=delete | TMPClient | private |
ReapWorkers() | TMPClient | private |
Reduce(const std::vector< T * > &mergeObjs) | ROOT::TExecutorCRTP< TProcessExecutor > | |
Reduce(const std::vector< T > &objs, R redfunc) -> decltype(redfunc(objs)) | ROOT::TExecutorCRTP< TProcessExecutor > | |
Remove(TSocket *s) | TMPClient | private |
ReplyToFuncResult(TSocket *s) | ROOT::TProcessExecutor | private |
ReplyToIdle(TSocket *s) | ROOT::TProcessExecutor | private |
Reset() | ROOT::TProcessExecutor | private |
SetNWorkers(unsigned n) | ROOT::TProcessExecutor | inline |
TExecutorCRTP | ROOT::TProcessExecutor | private |
TExecutorCRTP< TProcessExecutor >::TExecutorCRTP(const TExecutorCRTP &)=delete | ROOT::TExecutorCRTP< TProcessExecutor > | |
TMPClient(unsigned nWorkers=0) | TMPClient | explicitprivate |
TMPClient(const TMPClient &)=delete | TMPClient | private |
TProcessExecutor(unsigned nWorkers=0) | ROOT::TProcessExecutor | explicit |
TProcessExecutor(const TProcessExecutor &)=delete | ROOT::TProcessExecutor | |
~TMPClient() | TMPClient | private |
~TProcessExecutor()=default | ROOT::TProcessExecutor |