ROOT
Version master
master
v6.34
v6.32
v6.30
v6.28
v6.26
v6.24
v6.22
v6.20
v6.18
v6.16
v6.14
v6.12
v6.10
v6.08
v6.06
v6.04
Reference Guide
▼
ROOT
ROOT Reference Documentation
Tutorials
►
Functional Parts
►
Namespaces
►
All Classes
▼
Files
▼
File List
►
bindings
▼
core
►
base
►
clingutils
►
cont
►
dictgen
►
foundation
►
gui
►
imt
►
macosx
►
meta
►
metacling
►
multiproc
►
rint
►
testsupport
▼
thread
▼
inc
►
ROOT
PosixThreadInc.h
►
TAtomicCount.h
►
TAtomicCountGcc.h
►
TAtomicCountPthread.h
►
TCondition.h
►
TConditionImp.h
►
TMutex.h
►
TMutexImp.h
►
TPosixCondition.h
►
TPosixMutex.h
►
TPosixThread.h
►
TPosixThreadFactory.h
►
TRWLock.h
►
TSemaphore.h
►
TThread.h
►
TThreadFactory.h
►
TThreadImp.h
►
TThreadPool.h
►
TWin32AtomicCount.h
►
TWin32Condition.h
►
TWin32Mutex.h
►
TWin32Thread.h
►
TWin32ThreadFactory.h
►
src
►
unix
►
winnt
►
zip
►
documentation
►
geom
►
graf2d
►
graf3d
►
gui
►
hist
►
io
►
main
►
master
►
math
►
montecarlo
►
net
►
proof
►
roofit
►
sql
►
tmva
►
tree
►
tutorials
►
File Members
Release Notes
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
TConditionImp.h
Go to the documentation of this file.
1
// @(#)root/thread:$Id$
2
// Author: Fons Rademakers 01/07/97
3
4
/*************************************************************************
5
* Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
6
* All rights reserved. *
7
* *
8
* For the licensing terms see $ROOTSYS/LICENSE. *
9
* For the list of contributors see $ROOTSYS/README/CREDITS. *
10
*************************************************************************/
11
12
#ifndef ROOT_TConditionImp
13
#define ROOT_TConditionImp
14
15
//////////////////////////////////////////////////////////////////////////
16
// //
17
// TConditionImp //
18
// //
19
// This class provides an abstract interface to the OS dependent //
20
// condition classes (TPosixCondition and TWin32Condition). //
21
// //
22
//////////////////////////////////////////////////////////////////////////
23
24
#include "
TObject.h
"
25
26
class
TConditionImp
:
public
TObject
{
27
28
public
:
29
TConditionImp
() { }
30
virtual
~TConditionImp
() { }
31
32
virtual
Int_t
Wait
() = 0;
33
virtual
Int_t
TimedWait
(
ULong_t
secs
,
ULong_t
nanoSecs
= 0) = 0;
34
virtual
Int_t
Signal
() = 0;
35
virtual
Int_t
Broadcast
() = 0;
36
37
ClassDefOverride
(
TConditionImp
,0)
// Condition variable implementation ABC
38
};
39
40
#endif
ULong_t
unsigned long ULong_t
Definition
RtypesCore.h:55
ClassDefOverride
#define ClassDefOverride(name, id)
Definition
Rtypes.h:346
TObject.h
ROOT::Detail::TRangeCast
Definition
TCollection.h:311
TConditionImp
Definition
TConditionImp.h:26
TConditionImp::Wait
virtual Int_t Wait()=0
TConditionImp::TimedWait
virtual Int_t TimedWait(ULong_t secs, ULong_t nanoSecs=0)=0
TConditionImp::Signal
virtual Int_t Signal()=0
TConditionImp::~TConditionImp
virtual ~TConditionImp()
Definition
TConditionImp.h:30
TConditionImp::Broadcast
virtual Int_t Broadcast()=0
TConditionImp::TConditionImp
TConditionImp()
Definition
TConditionImp.h:29
TObject
Mother of all ROOT objects.
Definition
TObject.h:41
int
core
thread
inc
TConditionImp.h
ROOT master - Reference Guide Generated on Mon Mar 10 2025 15:21:06 (GVA Time) using Doxygen 1.10.0