ROOT  6.06/08
Reference Guide
Functions | Variables
TThread.cxx File Reference
#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"
#include "ThreadLocalStorage.h"
#include "TThreadSlots.h"
+ Include dependency graph for TThread.cxx:

Go to the source code of this file.

Functions

static void CINT_alloc_lock ()
 
static void CINT_alloc_unlock ()
 
static void ThreadInternalLock ()
 
static void ThreadInternalUnLock ()
 
static Bool_t fgIsTearDown (kFALSE)
 
void ROOT_TThread_Initialize ()
 

Variables

static TMutexgMainInternalMutex = 0
 
static TThreadTearDownGuard gTearDownGuard
 

Function Documentation

§ CINT_alloc_lock()

static void CINT_alloc_lock ( )
static

Definition at line 50 of file TThread.cxx.

Referenced by TThread::Init().

§ CINT_alloc_unlock()

static void CINT_alloc_unlock ( )
static

Definition at line 51 of file TThread.cxx.

Referenced by TThread::Init().

§ fgIsTearDown()

static Bool_t fgIsTearDown ( kFALSE  )
static

§ ROOT_TThread_Initialize()

void ROOT_TThread_Initialize ( )

Definition at line 60 of file TThread.cxx.

§ ThreadInternalLock()

static void ThreadInternalLock ( )
static

§ ThreadInternalUnLock()

static void ThreadInternalUnLock ( )
static

Variable Documentation

§ gMainInternalMutex

TMutex* gMainInternalMutex = 0
static

Definition at line 53 of file TThread.cxx.

§ gTearDownGuard

TThreadTearDownGuard gTearDownGuard
static

Definition at line 86 of file TThread.cxx.