*: Regenerate.
[gcc.git] / libstdc++-v3 / doc / html / manual / concurrency.html
1 <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Chapter 15.  Concurrency</title><meta name="generator" content="DocBook XSL-NS Stylesheets V1.76.1"><meta name="keywords" content="
2 ISO C++
3 ,
4 library
5 ,
6 mutex
7 ,
8 thread
9 ,
10 future
11 ,
12 condition_variable
13 "><meta name="keywords" content="
14 ISO C++
15 ,
16 runtime
17 ,
18 library
19 "><link rel="home" href="../index.html" title="The GNU C++ Library"><link rel="up" href="bk01pt02.html" title="Part II.  Standard Contents"><link rel="prev" href="atomics.html" title="Chapter 14.  Atomics"><link rel="next" href="extensions.html" title="Part III.  Extensions"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 15
20 Concurrency
21
22 </th></tr><tr><td width="20%" align="left"><a accesskey="p" href="atomics.html">Prev</a> </td><th width="60%" align="center">Part II. 
23 Standard Contents
24 </th><td width="20%" align="right"> <a accesskey="n" href="extensions.html">Next</a></td></tr></table><hr></div><div class="chapter" title="Chapter 15.  Concurrency"><div class="titlepage"><div><div><h2 class="title"><a name="std.concurrency"></a>Chapter 15
25 Concurrency
26 <a class="indexterm" name="id630309"></a>
27 </h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="concurrency.html#std.concurrency.api">API Reference</a></span></dt></dl></div><p>
28 Facilities for concurrent operation, and control thereof.
29 </p><div class="section" title="API Reference"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="std.concurrency.api"></a>API Reference</h2></div></div></div><p>
30 All items are declared in one of four standard header files.
31 </p><p>
32 In header <code class="filename">mutex</code>, class
33 template <code class="classname">mutex</code> and variants,
34 class <code class="classname">once_flag</code>, and class
35 template <code class="classname">unique_lock</code>.
36 </p><p>
37 In header <code class="filename">condition_variable</code>,
38 classes <code class="classname">condition_variable</code>
39 and <code class="classname">condition_variable_any</code>.
40 </p><p>
41 In header <code class="filename">thread</code>,
42 class <code class="classname">thread</code> and
43 namespace <code class="code">this_thread</code>.
44 </p><p>
45 In header <code class="filename">future</code>, class
46 template <code class="classname">future</code> and class
47 template <code class="classname">shared_future</code>, class
48 template <code class="classname">promise</code>,
49 and <code class="classname">packaged_task</code>.
50 </p><p>
51 Full API details.
52 </p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="atomics.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="bk01pt02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="extensions.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 14
53 Atomics
54
55  </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> Part III. 
56 Extensions
57
58 </td></tr></table></div></body></html>