ROOT
6.06/09
Reference Guide
|
#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"
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 () |
ClassImp (TThread) TThread | |
Create a thread. More... | |
Variables | |
static TMutex * | gMainInternalMutex = 0 |
static TThreadTearDownGuard | gTearDownGuard |
|
static |
Definition at line 50 of file TThread.cxx.
Referenced by TThread::Init().
|
static |
Definition at line 51 of file TThread.cxx.
Referenced by TThread::Init().
ClassImp | ( | TThread | ) |
Create a thread.
Specify the function or static class method to be executed by the thread and a pointer to the argument structure. The user function should return a void*. To start the thread call Run().
Definition at line 195 of file TThread.cxx.
Referenced by TThread::Init(), TThread::Self(), and TThread::SelfId().
void ROOT_TThread_Initialize | ( | ) |
Definition at line 60 of file TThread.cxx.
|
static |
Definition at line 55 of file TThread.cxx.
Referenced by TThread::Constructor(), TThread::Exists(), TThread::GetThread(), TThread::Ps(), TThread::Run(), TThread::TThread(), and TThread::~TThread().
|
static |
Definition at line 56 of file TThread.cxx.
Referenced by TThread::Constructor(), TThread::Exists(), TThread::GetThread(), TThread::Ps(), TThread::Run(), TThread::TThread(), and TThread::~TThread().
|
static |
Definition at line 53 of file TThread.cxx.
|
static |
Definition at line 86 of file TThread.cxx.