#include "RConfigure.h"
#include "TThread.h"
#include "TThreadImp.h"
#include "TThreadFactory.h"
#include "TROOT.h"
#include "TCondition.h"
#include "TApplication.h"
#include "TVirtualPad.h"
#include "TMethodCall.h"
#include "TMutex.h"
#include "TTimeStamp.h"
#include "TInterpreter.h"
#include "TError.h"
#include "TSystem.h"
#include "Varargs.h"
#include "ThreadLocalStorage.h"
#include "TThreadSlots.h"
#include "TRWMutexImp.h"
#include "snprintf.h"
Classes | |
class | TJoinHelper |
class | TThreadTearDownGuard |
Namespaces | |
namespace | ROOT |
This file contains a specialised ROOT message handler to test for diagnostic in unit tests. | |
Functions | |
static void | CINT_alloc_lock () |
static void | CINT_alloc_unlock () |
static Bool_t | fgIsTearDown (kFALSE) |
void | ROOT_TThread_Initialize () |
static void | ThreadInternalLock () |
static void | ThreadInternalUnLock () |
Variables | |
static TMutex * | gMainInternalMutex = nullptr |
static TThreadTearDownGuard | gTearDownGuard |
|
static |
Definition at line 55 of file TThread.cxx.
|
static |
Definition at line 56 of file TThread.cxx.
void ROOT_TThread_Initialize | ( | ) |
Definition at line 65 of file TThread.cxx.
|
static |
Definition at line 60 of file TThread.cxx.
|
static |
Definition at line 61 of file TThread.cxx.
|
static |
Definition at line 58 of file TThread.cxx.
|
static |
Definition at line 91 of file TThread.cxx.