OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libstdc++-v3/] [doc/] [xml/] [manual/] [concurrency.xml] - Blame information for rev 742

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 742 jeremybenn
2
         xml:id="std.concurrency" xreflabel="Concurrency">
3
4
 
5
</code></pre></td>
      </tr>
      <tr valign="middle">
         <td>6</td>
         <td></td>
         <td></td>
         <td class="code"><pre><code>  Concurrency</code></pre></td>
      </tr>
      <tr valign="middle">
         <td>7</td>
         <td></td>
         <td></td>
         <td class="code"><pre><code>  <indexterm><primary>Concurrency</primary></indexterm></code></pre></td>
      </tr>
      <tr valign="middle">
         <td>8</td>
         <td></td>
         <td></td>
         <td class="code"><pre><code>
9
  
10
    
11
      ISO C++
12
    
13
    
14
      library
15
    
16
    
17
      mutex
18
    
19
    
20
      thread
21
    
22
    
23
      future
24
    
25
    
26
      condition_variable
27
    
28
  
29
30
 
31
 
32
 
33
34
  Facilities for concurrent operation, and control thereof.
35
36
 
37
 
38
39
API Reference
40
 
41
 
42
  
43
    All items are declared in one of four standard header files.
44
  
45
 
46
  
47
    In header mutex, class
48
    template mutex and variants,
49
    class once_flag, and class
50
    template unique_lock.
51
  
52
 
53
  
54
    In header condition_variable,
55
    classes condition_variable
56
    and condition_variable_any.
57
  
58
 
59
  
60
    In header thread,
61
    class thread and
62
    namespace this_thread.
63
  
64
 
65
  
66
    In header future, class
67
    template future and class
68
    template shared_future, class
69
    template promise,
70
    and packaged_task.
71
  
72
 
73
  
74
    Full API details.
75
  
76
 
77
  
78
 
79
80
 
81

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.