Logo ROOT   6.08/07
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 "TMutex.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:

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 TMutexgMainInternalMutex = 0
 
static TThreadTearDownGuard gTearDownGuard
 

Function Documentation

◆ CINT_alloc_lock()

static void CINT_alloc_lock ( )
static

Definition at line 51 of file TThread.cxx.

◆ CINT_alloc_unlock()

static void CINT_alloc_unlock ( )
static

Definition at line 52 of file TThread.cxx.

◆ fgIsTearDown()

static Bool_t fgIsTearDown ( kFALSE  )
static

◆ ROOT_TThread_Initialize()

void ROOT_TThread_Initialize ( )

Definition at line 61 of file TThread.cxx.

◆ ThreadInternalLock()

static void ThreadInternalLock ( )
static

Definition at line 56 of file TThread.cxx.

◆ ThreadInternalUnLock()

static void ThreadInternalUnLock ( )
static

Definition at line 57 of file TThread.cxx.

Variable Documentation

◆ gMainInternalMutex

TMutex* gMainInternalMutex = 0
static

Definition at line 54 of file TThread.cxx.

◆ gTearDownGuard

TThreadTearDownGuard gTearDownGuard
static

Definition at line 87 of file TThread.cxx.