ROOTANA
|
#include "RootLock.h"
#include <TSemaphore.h>
#include <TTimer.h>
#include <TThread.h>
Go to the source code of this file.
Data Structures | |
class | ServerTimer |
Functions | |
static TSemaphore | gRootSema (0) |
static TSemaphore | gWaitSema (0) |
static TSemaphore | gDoneSema (0) |
void | LockRoot () |
void | UnlockRoot () |
void | StartLockRootTimer (int period_msec) |
Variables | |
bool | gDebugLockRoot = false |
|
static |
|
static |
|
static |
void LockRoot | ( | ) |
Definition at line 24 of file RootLock.cxx.
void StartLockRootTimer | ( | int | period_msec | ) |
Definition at line 115 of file RootLock.cxx.
void UnlockRoot | ( | ) |
Definition at line 34 of file RootLock.cxx.
bool gDebugLockRoot = false |
Definition at line 22 of file RootLock.cxx.