ROOT
v6-24
Reference Guide
Loading...
Searching...
No Matches
TWin32Mutex.h
Go to the documentation of this file.
1
// @(#)root/thread:$Id$
2
// Author: Bertrand Bellenot 20/10/2004
3
4
/*************************************************************************
5
* Copyright (C) 1995-2004, 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_TWin32Mutex
13
#define ROOT_TWin32Mutex
14
15
16
//////////////////////////////////////////////////////////////////////////
17
// //
18
// TWin32Mutex //
19
// //
20
// This class provides an interface to the Win32 mutex routines. //
21
// //
22
//////////////////////////////////////////////////////////////////////////
23
24
#include "
TMutexImp.h
"
25
26
#include "
Windows4Root.h
"
27
28
#ifdef __CINT__
29
struct
CRITICAL_SECTION;
30
#endif
31
32
class
TWin32Mutex
:
public
TMutexImp
{
33
34
friend
class
TWin32Condition
;
35
36
private
:
37
CRITICAL_SECTION
fCritSect
;
38
39
enum
EStatusBits
{
kIsRecursive
=
BIT
(14) };
40
41
public
:
42
TWin32Mutex
(
Bool_t
recursive=
kFALSE
);
43
virtual
~TWin32Mutex
();
44
45
Int_t
Lock
();
46
Int_t
UnLock
();
47
Int_t
TryLock
();
48
49
ClassDef
(
TWin32Mutex
,0)
// Win32 mutex lock
50
};
51
52
#endif
Int_t
int Int_t
Definition
RtypesCore.h:45
kFALSE
const Bool_t kFALSE
Definition
RtypesCore.h:92
Bool_t
bool Bool_t
Definition
RtypesCore.h:63
ClassDef
#define ClassDef(name, id)
Definition
Rtypes.h:325
BIT
#define BIT(n)
Definition
Rtypes.h:85
TMutexImp.h
Windows4Root.h
TMutexImp
Definition
TMutexImp.h:27
TWin32Condition
Definition
TWin32Condition.h:59
TWin32Mutex
Definition
TWin32Mutex.h:32
TWin32Mutex::~TWin32Mutex
virtual ~TWin32Mutex()
TMutex dtor.
Definition
TWin32Mutex.cxx:40
TWin32Mutex::UnLock
Int_t UnLock()
Unlock the mutex.
Definition
TWin32Mutex.cxx:67
TWin32Mutex::Lock
Int_t Lock()
Lock the mutex.
Definition
TWin32Mutex.cxx:48
TWin32Mutex::EStatusBits
EStatusBits
Definition
TWin32Mutex.h:39
TWin32Mutex::kIsRecursive
@ kIsRecursive
Definition
TWin32Mutex.h:39
TWin32Mutex::fCritSect
CRITICAL_SECTION fCritSect
Definition
TWin32Mutex.h:37
TWin32Mutex::TryLock
Int_t TryLock()
Try locking the mutex. Returns 0 if mutex can be locked.
Definition
TWin32Mutex.cxx:57
core
thread
inc
TWin32Mutex.h
ROOT v6-24 - Reference Guide Generated on Tue Aug 22 2023 03:06:16 (GVA Time) using Doxygen 1.9.8