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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc4/] [libstdc++-v3/] [doc/] [xml/] [manual/] [concurrency.xml] - Blame information for rev 519

Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

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