#include "RConfigure.h"
#include "TThread.h"
#include "TThreadImp.h"
#include "TThreadFactory.h"
#include "TROOT.h"
#include "TApplication.h"
#include "TVirtualPad.h"
#include "TMethodCall.h"
#include "TTimeStamp.h"
#include "TInterpreter.h"
#include "TError.h"
#include "Varargs.h"
Go to the source code of this file.
Classes | |
class | TGlobalMutexGuard |
class | TJoinHelper |
Functions | |
static void | CINT_alloc_lock () |
static void | CINT_alloc_unlock () |
ClassImp (TThread) TThread | |
Variables | |
static TGlobalMutexGuard | gGlobalMutexGuardInit |
static void CINT_alloc_lock | ( | ) | [static] |
Definition at line 48 of file TThread.cxx.
References gGlobalMutex, and TVirtualMutex::Lock().
Referenced by TThread::Init().
static void CINT_alloc_unlock | ( | ) | [static] |
Definition at line 49 of file TThread.cxx.
References gGlobalMutex, and TVirtualMutex::UnLock().
Referenced by TThread::Init().
ClassImp | ( | TThread | ) |
TGlobalMutexGuard gGlobalMutexGuardInit [static] |
Definition at line 59 of file TThread.cxx.