summaryrefslogtreecommitdiff
path: root/doc/html/thread
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/thread')
-rw-r--r--doc/html/thread/acknowledgements.html12
-rw-r--r--doc/html/thread/build.html38
-rw-r--r--doc/html/thread/configuration.html18
3 files changed, 34 insertions, 34 deletions
diff --git a/doc/html/thread/acknowledgements.html b/doc/html/thread/acknowledgements.html
index bf00d87c21..23fab35c5d 100644
--- a/doc/html/thread/acknowledgements.html
+++ b/doc/html/thread/acknowledgements.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Acknowledgements</title>
<link rel="stylesheet" href="../boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
<link rel="start" href="../index.html" title="The Boost C++ Libraries">
<link rel="up" href="../threads.html" title="Chapter 12. Boost.Threads">
<link rel="prev" href="../threads/release_notes.html" title="Release Notes">
@@ -26,7 +26,7 @@
<div class="titlepage"><div><div><h3 class="title">
<a name="thread.acknowledgements"></a>Acknowledgements</h3></div></div></div>
<p>William E. Kempf was the architect, designer, and implementor of
- .</p>
+ <span class="bold"><strong>Boost.Threads</strong></span>.</p>
<p>Mac OS Carbon implementation written by Mac Murrett.</p>
<p>Dave Moore provided initial submissions and further comments on the
<code class="computeroutput">barrier</code>
@@ -40,7 +40,7 @@
on the design), Paul Mclachlan, Thomas Matelich and Iain Hanson (for help
in trying to get the build to work on other platforms), and Kevin S. Van
Horn (for several updates/corrections to the documentation).</p>
-<p>Mike Glassford finished changes to that were begun
+<p>Mike Glassford finished changes to <span class="bold"><strong>Boost.Threads</strong></span> that were begun
by William Kempf and moved them into the main CVS branch.
He also addressed a number of issues that were brought up on the Boost
developer's mailing list and provided some additions and changes to the
@@ -50,11 +50,11 @@
Mike Glassford finished William Kempf's conversion of the documentation to
BoostBook format and added a number of new sections.</p>
<p>Discussions on the boost.org mailing list were essential in the
- development of
+ development of <span class="bold"><strong>Boost.Threads</strong></span>
. As of August 1, 2001, participants included Alan Griffiths, Albrecht
Fritzsche, Aleksey Gurtovoy, Alexander Terekhov, Andrew Green, Andy Sawyer,
Asger Alstrup Nielsen, Beman Dawes, Bill Klein, Bill Rutiser, Bill Wade,
- Branko ibej, Brent Verner, Craig Henderson, Csaba Szepesvari,
+ Branko čibej, Brent Verner, Craig Henderson, Csaba Szepesvari,
Dale Peakall, Damian Dixon, Dan Nuffer, Darryl Green, Daryle Walker, David
Abrahams, David Allan Finch, Dejan Jelovic, Dietmar Kuehl, Douglas Gregor,
Duncan Harris, Ed Brey, Eric Swanson, Eugene Karpachov, Fabrice Truillot,
@@ -73,7 +73,7 @@
Kempf.</p>
<p>Apologies for anyone inadvertently missed.</p>
</div>
-<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<table width="100%"><tr>
<td align="left"><small><p>Last revised: October 16, 2005 at 14:37:34 GMT</p></small></td>
<td align="right"><small>Copyright © 2001-2003 William E. Kempf</small></td>
</tr></table>
diff --git a/doc/html/thread/build.html b/doc/html/thread/build.html
index e6ed0f169a..cbd0bc7cac 100644
--- a/doc/html/thread/build.html
+++ b/doc/html/thread/build.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Build</title>
<link rel="stylesheet" href="../boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
<link rel="start" href="../index.html" title="The Boost C++ Libraries">
<link rel="up" href="../threads.html" title="Chapter 12. Boost.Threads">
<link rel="prev" href="configuration.html" title="Configuration">
@@ -26,47 +26,47 @@
<div class="titlepage"><div><div><h3 class="title">
<a name="thread.build"></a>Build</h3></div></div></div>
<div class="toc"><dl>
-<dt><span class="section"><a href="build.html#thread.build.building">Building the Libraries</a></span></dt>
-<dt><span class="section"><a href="build.html#thread.build.testing">Testing the Libraries</a></span></dt>
+<dt><span class="section"><a href="build.html#thread.build.building">Building the <span class="bold"><strong>Boost.Threads</strong></span> Libraries</a></span></dt>
+<dt><span class="section"><a href="build.html#thread.build.testing">Testing the <span class="bold"><strong>Boost.Threads</strong></span> Libraries</a></span></dt>
</dl></div>
<p>
- How you build the libraries, and how you build your own applications
+ How you build the <span class="bold"><strong>Boost.Threads</strong></span> libraries, and how you build your own applications
that use those libraries, are some of the most frequently asked questions. Build
processes are difficult to deal with in a portable manner. That's one reason
- why makes use of .
- In general you should refer to the documentation for .
+ why <span class="bold"><strong>Boost.Threads</strong></span> makes use of <span class="bold"><strong>Boost.Build</strong></span>.
+ In general you should refer to the documentation for <span class="bold"><strong>Boost.Build</strong></span>.
This document will only supply you with some simple usage examples for how to
- use <span class="emphasis"><em>bjam</em></span> to build and test . In addition, this document
+ use <span class="emphasis"><em>bjam</em></span> to build and test <span class="bold"><strong>Boost.Threads</strong></span>. In addition, this document
will try to explain the build requirements so that users may create their own
build processes (for instance, create an IDE specific project), both for building
- and testing , as well as for building their own projects using
- .
+ and testing <span class="bold"><strong>Boost.Threads</strong></span>, as well as for building their own projects using
+ <span class="bold"><strong>Boost.Threads</strong></span>.
</p>
<div class="section" lang="en">
<div class="titlepage"><div><div><h4 class="title">
-<a name="thread.build.building"></a>Building the Libraries</h4></div></div></div>
+<a name="thread.build.building"></a>Building the <span class="bold"><strong>Boost.Threads</strong></span> Libraries</h4></div></div></div>
<p>
- To build the libraries using , simply change to the
+ To build the <span class="bold"><strong>Boost.Threads</strong></span> libraries using <span class="bold"><strong>Boost.Build</strong></span>, simply change to the
directory <span class="emphasis"><em>boost_root</em></span>/libs/thread/build and execute the command:
</p>
<pre class="programlisting">bjam -sTOOLS=<span class="emphasis"><em>toolset</em></span></pre>
<p>
- This will create the debug and the release builds of the library.
+ This will create the debug and the release builds of the <span class="bold"><strong>Boost.Threads</strong></span> library.
</p>
<div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Note</h3>Invoking the above command in <span class="emphasis"><em>boost_root</em></span> will build all of
- the Boost distribution, including .</div>
+ the Boost distribution, including <span class="bold"><strong>Boost.Threads</strong></span>.</div>
<p>
- The Jamfile supplied with produces a dynamic link library named
+ The Jamfile supplied with <span class="bold"><strong>Boost.Threads</strong></span> produces a dynamic link library named
<span class="emphasis"><em>boost_thread{build-specific-tags}.{extension}</em></span>, where the build-specific
tags indicate the toolset used to build the library, whether it's a debug or release
build, what version of Boost was used, etc.; and the extension is the appropriate extension
- for a dynamic link library for the platform for which is being built.
+ for a dynamic link library for the platform for which <span class="bold"><strong>Boost.Threads</strong></span> is being built.
For instance, a debug library built for Win32 with VC++ 7.1 using Boost 1.31 would
be named <span class="emphasis"><em>boost_thread-vc71-mt-gd-1_31.dll</em></span>.
</p>
<p>
- The source files that are used to create the library
+ The source files that are used to create the <span class="bold"><strong>Boost.Threads</strong></span> library
are all of the *.cpp files found in <span class="emphasis"><em>boost_root</em></span>/libs/thread/src.
These need to be built with the compiler's and linker's multi-threading support enabled.
If you want to create your own build solution you'll have to follow these same
@@ -76,15 +76,15 @@
</div>
<div class="section" lang="en">
<div class="titlepage"><div><div><h4 class="title">
-<a name="thread.build.testing"></a>Testing the Libraries</h4></div></div></div>
+<a name="thread.build.testing"></a>Testing the <span class="bold"><strong>Boost.Threads</strong></span> Libraries</h4></div></div></div>
<p>
- To test the libraries using , simply change to the
+ To test the <span class="bold"><strong>Boost.Threads</strong></span> libraries using <span class="bold"><strong>Boost.Build</strong></span>, simply change to the
directory <span class="emphasis"><em>boost_root</em></span>/libs/thread/test and execute the command:
</p>
<pre class="programlisting">bjam -sTOOLS=<span class="emphasis"><em>toolset</em></span> test</pre>
</div>
</div>
-<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<table width="100%"><tr>
<td align="left"><small><p>Last revised: July 17, 2004 at 04:33:59 GMT</p></small></td>
<td align="right"><small>Copyright © 2001-2003 William E. Kempf</small></td>
</tr></table>
diff --git a/doc/html/thread/configuration.html b/doc/html/thread/configuration.html
index 82b2ba660d..01c7d51285 100644
--- a/doc/html/thread/configuration.html
+++ b/doc/html/thread/configuration.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Configuration</title>
<link rel="stylesheet" href="../boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
<link rel="start" href="../index.html" title="The Boost C++ Libraries">
<link rel="up" href="../threads.html" title="Chapter 12. Boost.Threads">
<link rel="prev" href="../threads/faq.html" title="Frequently Asked Questions">
@@ -29,7 +29,7 @@
<dt><span class="section"><a href="configuration.html#thread.configuration.public">Library Defined Public Macros</a></span></dt>
<dt><span class="section"><a href="configuration.html#thread.configuration.implementation">Library Defined Implementation Macros</a></span></dt>
</dl></div>
-<p> uses several configuration macros in &lt;boost/config.hpp&gt;,
+<p><span class="bold"><strong>Boost.Threads</strong></span> uses several configuration macros in &lt;boost/config.hpp&gt;,
as well as configuration macros meant to be supplied by the application. These
macros are documented here.
</p>
@@ -37,7 +37,7 @@
<div class="titlepage"><div><div><h4 class="title">
<a name="thread.configuration.public"></a>Library Defined Public Macros</h4></div></div></div>
<p>
- These macros are defined by but are expected to be used
+ These macros are defined by <span class="bold"><strong>Boost.Threads</strong></span> but are expected to be used
by application code.
</p>
<div class="informaltable"><table class="table">
@@ -53,9 +53,9 @@
<td>BOOST_HAS_THREADS</td>
<td>
Indicates that threading support is available. This means both that there
- is a platform specific implementation for and that
+ is a platform specific implementation for <span class="bold"><strong>Boost.Threads</strong></span> and that
threading support has been enabled in a platform specific manner. For instance,
- on the Win32 platform there's an implementation for
+ on the Win32 platform there's an implementation for <span class="bold"><strong>Boost.Threads</strong></span>
but unless the program is compiled against one of the multithreading runtimes
(often determined by the compiler predefining the macro _MT) the BOOST_HAS_THREADS
macro remains undefined.
@@ -67,7 +67,7 @@
<div class="titlepage"><div><div><h4 class="title">
<a name="thread.configuration.implementation"></a>Library Defined Implementation Macros</h4></div></div></div>
<p>
- These macros are defined by and are implementation details
+ These macros are defined by <span class="bold"><strong>Boost.Threads</strong></span> and are implementation details
of interest only to implementors.
</p>
<div class="informaltable"><table class="table">
@@ -84,14 +84,14 @@
<td>BOOST_HAS_WINTHREADS</td>
<td>
Indicates that the platform has the Microsoft Win32 threading libraries,
- and that they should be used to implement .
+ and that they should be used to implement <span class="bold"><strong>Boost.Threads</strong></span>.
</td>
</tr>
<tr>
<td>BOOST_HAS_PTHREADS</td>
<td>
Indicates that the platform has the POSIX pthreads libraries, and that
- they should be used to implement .
+ they should be used to implement <span class="bold"><strong>Boost.Threads</strong></span>.
</td>
</tr>
<tr>
@@ -113,7 +113,7 @@
</table></div>
</div>
</div>
-<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<table width="100%"><tr>
<td align="left"><small><p>Last revised: July 17, 2004 at 04:33:59 GMT</p></small></td>
<td align="right"><small>Copyright © 2001-2003 William E. Kempf</small></td>
</tr></table>