Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
src
icl_core
src
icl_core_thread
MutexImplWin32.h
Go to the documentation of this file.
1
// this is for emacs file handling -*- mode: c++; indent-tabs-mode: nil -*-
2
3
// -- BEGIN LICENSE BLOCK ----------------------------------------------
4
// This file is part of FZIs ic_workspace.
5
//
6
// This program is free software licensed under the LGPL
7
// (GNU LESSER GENERAL PUBLIC LICENSE Version 3).
8
// You can find a copy of this license in LICENSE folder in the top
9
// directory of the source code.
10
//
11
// © Copyright 2016 FZI Forschungszentrum Informatik, Karlsruhe, Germany
12
//
13
// -- END LICENSE BLOCK ------------------------------------------------
14
15
//----------------------------------------------------------------------
25
//----------------------------------------------------------------------
26
#ifndef ICL_CORE_THREAD_MUTEX_IMPL_WIN32_H_INCLUDED
27
#define ICL_CORE_THREAD_MUTEX_IMPL_WIN32_H_INCLUDED
28
29
#include <Windows.h>
30
31
#include "
icl_core_thread/MutexImpl.h
"
32
33
namespace
icl_core
{
34
namespace
thread {
35
36
class
MutexImplWin32
:
public
MutexImpl
,
protected
virtual
icl_core::Noncopyable
37
{
38
public
:
39
MutexImplWin32
();
40
virtual
~MutexImplWin32
();
41
42
virtual
bool
lock
();
43
virtual
bool
lock
(
const
TimeStamp
&
timeout
);
44
virtual
bool
lock
(
const
TimeSpan
& timeout);
45
virtual
bool
tryLock
();
46
virtual
void
unlock
();
47
48
private
:
49
HANDLE
m_mutex
;
50
};
51
52
}
53
}
54
55
#endif
icl_core::thread::MutexImpl
Definition:
MutexImpl.h:37
icl_core::TimeStamp
Represents absolute times.
Definition:
TimeStamp.h:61
MutexImpl.h
Contains icl_core::thread::MutexImpl.
icl_core::thread::MutexImplWin32
Definition:
MutexImplWin32.h:36
icl_core::thread::MutexImplWin32::MutexImplWin32
MutexImplWin32()
Definition:
MutexImplWin32.cpp:29
icl_core::thread::MutexImplWin32::m_mutex
HANDLE m_mutex
Definition:
MutexImplWin32.h:49
timeout
const TimeSpan timeout(1, 0)
icl_core::thread::MutexImplWin32::tryLock
virtual bool tryLock()
Definition:
MutexImplWin32.cpp:57
icl_core::thread::MutexImplWin32::lock
virtual bool lock()
Definition:
MutexImplWin32.cpp:42
icl_core::TimeSpan
Repesents absolute times.
Definition:
TimeSpan.h:46
icl_core::Noncopyable
Definition:
Noncopyable.h:34
icl_core::thread::MutexImplWin32::~MutexImplWin32
virtual ~MutexImplWin32()
Definition:
MutexImplWin32.cpp:34
icl_core::thread::MutexImplWin32::unlock
virtual void unlock()
Definition:
MutexImplWin32.cpp:62
icl_core
Definition:
Array2D.h:30
fzi_icl_core
Author(s):
autogenerated on Mon Jun 10 2019 13:17:58