ROOT
Version v6.32
master
v6.34
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
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
►
html
►
io
►
main
►
math
►
montecarlo
►
net
►
proof
►
roofit
►
sql
►
tmva
►
tree
►
tutorials
►
v6-32-00-patches
►
File Members
Release Notes
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
TMutexImp.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_TMutexImp
13
#define ROOT_TMutexImp
14
15
16
//////////////////////////////////////////////////////////////////////////
17
// //
18
// TMutexImp //
19
// //
20
// This class provides an abstract interface to the OS dependent mutex //
21
// classes (TPosixMutex and TWin32Mutex). //
22
// //
23
//////////////////////////////////////////////////////////////////////////
24
25
#include "
TObject.h
"
26
27
class
TMutexImp
:
public
TObject
{
28
29
public
:
30
TMutexImp
() { }
31
virtual
~TMutexImp
() { }
32
33
virtual
Int_t
Lock
() = 0;
34
virtual
Int_t
TryLock
() = 0;
35
virtual
Int_t
UnLock
() = 0;
36
37
ClassDefOverride
(
TMutexImp
,0)
// Mutex lock implementation ABC
38
};
39
40
#endif
ClassDefOverride
#define ClassDefOverride(name, id)
Definition
Rtypes.h:341
TObject.h
TMutexImp
Definition
TMutexImp.h:27
TMutexImp::Lock
virtual Int_t Lock()=0
TMutexImp::TryLock
virtual Int_t TryLock()=0
TMutexImp::~TMutexImp
virtual ~TMutexImp()
Definition
TMutexImp.h:31
TMutexImp::UnLock
virtual Int_t UnLock()=0
TMutexImp::TMutexImp
TMutexImp()
Definition
TMutexImp.h:30
TObject
Mother of all ROOT objects.
Definition
TObject.h:41
int
core
thread
inc
TMutexImp.h
ROOT v6-32 - Reference Guide Generated on Sun Apr 6 2025 05:41:09 (GVA Time) using Doxygen 1.10.0