|
static void | at_exit_of_TROOT () |
|
static void | CallCloseFiles () |
| Insure that the files, canvases and sockets are closed. More...
|
|
static void | CleanUpROOTAtExit () |
| Clean up at program termination before global objects go out of scope. More...
|
|
void | ROOT::DisableImplicitMT () |
| Disables the implicit multi-threading in ROOT (see EnableImplicitMT). More...
|
|
void | ROOT::Internal::DisableParBranchProcessing () |
| Globally disables the IMT use case of parallel branch processing, deactivating the corresponding locks. More...
|
|
void | ROOT::Internal::DisableParTreeProcessing () |
| Globally disables the IMT use case of parallel branch processing, deactivating the corresponding locks. More...
|
|
void | ROOT::EnableImplicitMT (UInt_t numthreads=0) |
| Enable ROOT's implicit multi-threading for all objects and methods that provide an internal parallelisation mechanism. More...
|
|
void | ROOT::Internal::EnableParBranchProcessing () |
| Globally enables the parallel branch processing, which is a case of implicit multi-threading (IMT) in ROOT, activating the required locks. More...
|
|
void | ROOT::Internal::EnableParTreeProcessing () |
| Globally enables the parallel tree processing, which is a case of implicit multi-threading in ROOT, activating the required locks. More...
|
|
void | ROOT::EnableThreadSafety () |
| Enables the global mutex to make ROOT thread safe/aware. More...
|
|
UInt_t | ROOT::GetImplicitMTPoolSize () |
| Returns the size of the pool used for implicit multi-threading. More...
|
|
TString & | ROOT::GetMacroPath () |
|
Bool_t & | GetReadingObject () |
|
TROOT * | ROOT::GetROOT () |
|
TROOT * | ROOT::Internal::GetROOT1 () |
|
TROOT * | ROOT::Internal::GetROOT2 () |
|
static Func_t | ROOT::Internal::GetSymInLibImt (const char *funcname) |
|
static Int_t | IDATQQ (const char *date) |
| Return built date as integer, i.e. "Apr 28 2000" -> 20000428. More...
|
|
Bool_t | ROOT::IsImplicitMTEnabled () |
| Returns true if the implicit multi-threading in ROOT is enabled. More...
|
|
static Bool_t & | ROOT::Internal::IsImplicitMTEnabledImpl () |
| Keeps track of the status of ImplicitMT w/o resorting to the load of libImt. More...
|
|
Bool_t | ROOT::Internal::IsParBranchProcessingEnabled () |
| Returns true if parallel branch processing is enabled. More...
|
|
Bool_t | ROOT::Internal::IsParTreeProcessingEnabled () |
| Returns true if parallel tree processing is enabled. More...
|
|
static Int_t | ITIMQQ (const char *time) |
| Return built time as integer (with min precision), i.e. More...
|
|
static Int_t | IVERSQ () |
| Return version id as an integer, i.e. "2.22/04" -> 22204. More...
|
|
static TClass * | R__GetClassIfKnown (const char *className) |
| Check whether className is a known class, and only autoload if we can. More...
|
|
void | R__SetZipMode (int) |
|