2
0
mirror of https://github.com/boostorg/thread.git synced 2026-01-27 07:22:11 +00:00
Files
thread/doc/index.html
William E. Kempf 76de0ff7fd Added rationale documentation.
[SVN r10540]
2001-07-05 18:33:05 +00:00

68 lines
2.3 KiB
HTML

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="keywords" content="threads, BTL, thread library, C++">
<title>Boost.Threads, Index</title>
</head>
<body bgcolor="#FFFFFF" link="#0000FF" vlink="#800080">
<table border="0" cellpadding="7" cellspacing="0" width="100%">
<tr>
<td valign="top" width="300">
<h3><img src="../../../c++boost.gif" alt="C++ Boost" width="277" height="86"></h3>
</td>
<td valign="top">
<h1 align="center">Boost.Threads</h1>
<h2 align="center">Index</h2>
<p><i>(version 1.00, 8 February 2001)</i></p>
</td>
</tr>
</table>
<hr>
<h3 align="center">Contents</h3>
<ul>
<li><a href="introduction.html">Introduction</a></li>
<li><a href="semaphore.html">semaphore</a></li>
<li><a href="mutex_concept.html">Mutex Concept</a></li>
<ul>
<li><a href="mutex.html">mutex / try_mutex / timed_mutex</a></li>
<li><a href="recursive_mutex.html">recursive_mutex / recursive_try_mutex / recursive_timed_mutex</a></li>
</ul>
<li><a href="lock_concept.html">Lock Concept</a></li>
<ul>
<li><a href="basic_lock.html">basic_lock</a></li>
<li><a href="basic_trylock.html">basic_trylock</a></li>
<li><a href="basic_timedlock.html">basic_timedlock</a></li>
</ul>
<li><a href="condition.html">condition</a></li>
<li><a href="tss.html">tss</a></li>
<li><a href="thread.html">thread</a></li>
<li><a href="lock_error.html">lock_error</a></li>
<li><a href="config.html">Configuration Information</a></li>
<li><a href="thread_formal_definition.html">Formal definition of
&quot;Thread&quot;</a></li>
<li><a href="rationale.html">Rationale for design decisions</a></li>
</ul>
<hr>
<p>©<i> Copyright <a href="mailto:williamkempf@hotmail.com">William E. Kempf</a>
2001</i></p>
<p>Permission to use, copy, modify, distribute and sell this software
and its documentation for any purpose is hereby granted without fee,
provided that the above copyright notice appear in all copies and
that both that copyright notice and this permission notice appear
in supporting documentation. William E. Kempf makes no representations
about the suitability of this software for any purpose.
It is provided &quot;as is&quot; without express or implied warranty.</p>
<p>&nbsp;</p>
</body>
</html>