YACLib
C++ library for concurrent tasks execution
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
w
y
Functions
a
c
d
f
g
i
l
m
n
o
p
r
s
t
u
w
y
Variables
Typedefs
a
c
d
f
h
i
l
m
r
s
t
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
~
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
~
Variables
_
c
i
j
n
p
s
u
v
Typedefs
b
d
e
f
i
m
n
p
r
s
t
v
w
Enumerations
Enumerator
Related Symbols
Files
File List
File Members
All
Functions
Macros
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
recursive_mutex.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <
yaclib/fault/detail/mutex.hpp
>
4
5
namespace
yaclib::detail
{
6
7
// Not using because maybe in future we will want different types
8
template
<
typename
Impl>
9
class
RecursiveMutex
:
public
Mutex
<Impl> {
10
using
Base
=
Mutex<Impl>
;
11
12
public
:
13
using
Base::Base;
14
};
9
class
RecursiveMutex
:
public
Mutex
<Impl> {
…
};
15
16
}
// namespace yaclib::detail
yaclib::detail::Mutex
Definition
mutex.hpp:8
yaclib::detail::RecursiveMutex
Definition
recursive_mutex.hpp:9
mutex.hpp
yaclib::detail
Definition
base_core.hpp:18
include
yaclib
fault
detail
recursive_mutex.hpp
Generated by
1.9.8