mirror of
https://github.com/boostorg/thread.git
synced 2026-01-23 06:02:14 +00:00
88 lines
3.4 KiB
HTML
88 lines
3.4 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">Documentation Map</h2>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<hr>
|
|
|
|
<h2>Contents</h2>
|
|
|
|
<ul>
|
|
<li><a href="overview.html">Overview</a></li>
|
|
<li>Class <a href="semaphore.html">semaphore</a></li>
|
|
<li><a href="mutex_concept.html">Mutex Concepts</a></li>
|
|
<ul>
|
|
<li><a href="mutex_concept.html#Mutex">Mutex</a></li>
|
|
<li><a href="mutex_concept.html#TryMutex">TryMutex</a></li>
|
|
<li><a href="mutex_concept.html#TimedMutex">TimedMutex</a></li>
|
|
</ul>
|
|
<li>Mutex Classes</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 Concepts</a></li>
|
|
<ul>
|
|
<li><a href="lock_concept.html#Lock">Lock</a></li>
|
|
<li><a href="lock_concept.html#ScopedLock">ScopedLock</a></li>
|
|
<li><a href="lock_concept.html#ScopedTryLock">ScopedTryLock</a></li>
|
|
<li><a href="lock_concept.html#ScopedTimedLock">ScopedTimedLock</a></li>
|
|
</ul>
|
|
<li>Lock Classes</li>
|
|
<ul>
|
|
<li><a href="scoped_lock.html">scoped_lock</a></li>
|
|
<li><a href="scoped_try_lock.html">scoped_try_lock</a></li>
|
|
<li><a href="scoped_timed_lock.html">scoped_timed_lock</a></li>
|
|
</ul>
|
|
<li>Class <a href="condition.html">condition</a></li>
|
|
<li>Class <a href="thread_specific_ptr.html">thread_specific_ptr</a></li>
|
|
<li>Class <a href="thread.html">thread</a></li>
|
|
<li>Class <a href="thread_group.html">thread_group</a></li>
|
|
<li>Class <a href="xtime.html">xtime</a></li>
|
|
<li>Class <a href="lock_error.html">lock_error</a></li>
|
|
<li>Class <a href="thread_resource_error.html">thread_resource_error</a></li>
|
|
<li>Routine <a href="call_once.html">call_once</a></li>
|
|
<li><a href="config.html">Configuration Information</a></li>
|
|
<li><a href="introduction.html">Introduction to design</a></li>
|
|
<li><a href="rationale.html">Rationale for design decisions</a></li>
|
|
<li><a href="definitions.html">Definitions</a></li>
|
|
<li><a href="faq.html">Frequently Asked Questions</a></li>
|
|
<li><a href="bibliography.html">Bibliography</a></li>
|
|
<li><a href="acknowledgements.html">Acknowledgements</a></li>
|
|
</ul>
|
|
|
|
<hr>
|
|
|
|
<p>Revised <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->12 September, 2001<!--webbot bot="Timestamp" endspan i-checksum="39332" -->
|
|
</p>
|
|
|
|
<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 "as is" without express or implied warranty.</p>
|
|
|
|
</body>
|
|
</html>
|