summaryrefslogtreecommitdiff
path: root/doc/html/interprocess/synchronization_mechanisms.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/interprocess/synchronization_mechanisms.html')
-rw-r--r--doc/html/interprocess/synchronization_mechanisms.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/interprocess/synchronization_mechanisms.html b/doc/html/interprocess/synchronization_mechanisms.html
index ce0e9c5821..d69489685d 100644
--- a/doc/html/interprocess/synchronization_mechanisms.html
+++ b/doc/html/interprocess/synchronization_mechanisms.html
@@ -6,7 +6,7 @@
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
-<link rel="up" href="../interprocess.html" title="Chapter&#160;18.&#160;Boost.Interprocess">
+<link rel="up" href="../interprocess.html" title="Chapter&#160;17.&#160;Boost.Interprocess">
<link rel="prev" href="offset_ptr.html" title="Mapping Address Independent Pointer: offset_ptr">
<link rel="next" href="managed_memory_segments.html" title="Managed Memory Segments">
</head>
@@ -351,7 +351,7 @@
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">interprocess</span><span class="special">/</span><span class="identifier">sync</span><span class="special">/</span><span class="identifier">interprocess_recursive_mutex</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
</pre>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
- <code class="computeroutput"><a class="link" href="../boost/interprocess/interprocess_r_idp45215584.html" title="Class interprocess_recursive_mutex">interprocess_recursive_mutex</a></code>:
+ <code class="computeroutput"><a class="link" href="../boost/interprocess/interprocess_r_idp64020000.html" title="Class interprocess_recursive_mutex">interprocess_recursive_mutex</a></code>:
A recursive, anonymous mutex that can be placed in shared memory or
memory mapped files.
</li></ul></div>
@@ -1304,7 +1304,7 @@
To sum up:
</p>
<div class="table">
-<a name="interprocess.synchronization_mechanisms.sharable_upgradable_mutexes.upgradable_whats_a_mutex.locking_possibilities_for_a_sharable_mutex"></a><p class="title"><b>Table&#160;18.5.&#160;Locking Possibilities for a Sharable Mutex</b></p>
+<a name="interprocess.synchronization_mechanisms.sharable_upgradable_mutexes.upgradable_whats_a_mutex.locking_possibilities_for_a_sharable_mutex"></a><p class="title"><b>Table&#160;17.5.&#160;Locking Possibilities for a Sharable Mutex</b></p>
<div class="table-contents"><table class="table" summary="Locking Possibilities for a Sharable Mutex">
<colgroup>
<col>
@@ -1351,7 +1351,7 @@
</table></div>
</div>
<br class="table-break"><div class="table">
-<a name="interprocess.synchronization_mechanisms.sharable_upgradable_mutexes.upgradable_whats_a_mutex.locking_possibilities_for_an_upgradable_mutex"></a><p class="title"><b>Table&#160;18.6.&#160;Locking Possibilities for an Upgradable Mutex</b></p>
+<a name="interprocess.synchronization_mechanisms.sharable_upgradable_mutexes.upgradable_whats_a_mutex.locking_possibilities_for_an_upgradable_mutex"></a><p class="title"><b>Table&#160;17.6.&#160;Locking Possibilities for an Upgradable Mutex</b></p>
<div class="table-contents"><table class="table" summary="Locking Possibilities for an Upgradable Mutex">
<colgroup>
<col>
@@ -1430,7 +1430,7 @@
<span class="bold"><strong>so data is guaranteed to remain unchanged</strong></span>:
</p>
<div class="table">
-<a name="interprocess.synchronization_mechanisms.sharable_upgradable_mutexes.upgradable_transitions.transition_possibilities_for_an_upgradable_mutex"></a><p class="title"><b>Table&#160;18.7.&#160;Transition Possibilities for an Upgradable Mutex</b></p>
+<a name="interprocess.synchronization_mechanisms.sharable_upgradable_mutexes.upgradable_transitions.transition_possibilities_for_an_upgradable_mutex"></a><p class="title"><b>Table&#160;17.7.&#160;Transition Possibilities for an Upgradable Mutex</b></p>
<div class="table-contents"><table class="table" summary="Transition Possibilities for an Upgradable Mutex">
<colgroup>
<col>
@@ -1990,7 +1990,7 @@
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">interprocess</span><span class="special">/</span><span class="identifier">sync</span><span class="special">/</span><span class="identifier">interprocess_sharable_mutex</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
</pre>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
- <code class="computeroutput"><a class="link" href="../boost/interprocess/interprocess_s_idp45260976.html" title="Class interprocess_sharable_mutex">interprocess_sharable_mutex</a></code>:
+ <code class="computeroutput"><a class="link" href="../boost/interprocess/interprocess_s_idp64065392.html" title="Class interprocess_sharable_mutex">interprocess_sharable_mutex</a></code>:
A non-recursive, anonymous sharable mutex that can be placed in shared
memory or memory mapped files.
</li></ul></div>
@@ -2006,7 +2006,7 @@
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">interprocess</span><span class="special">/</span><span class="identifier">sync</span><span class="special">/</span><span class="identifier">interprocess_upgradable_mutex</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
</pre>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
- <code class="computeroutput"><a class="link" href="../boost/interprocess/interprocess_u_idp45291792.html" title="Class interprocess_upgradable_mutex">interprocess_upgradable_mutex</a></code>:
+ <code class="computeroutput"><a class="link" href="../boost/interprocess/interprocess_u_idp64096208.html" title="Class interprocess_upgradable_mutex">interprocess_upgradable_mutex</a></code>:
A non-recursive, anonymous upgradable mutex that can be placed in shared
memory or memory mapped files.
</li></ul></div>