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/] [atomics.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
      atomic
19
    
20
  
21
22
 
23
</code></pre></td>
      </tr>
      <tr valign="middle">
         <td>24</td>
         <td></td>
         <td></td>
         <td class="code"><pre><code>  Atomics</code></pre></td>
      </tr>
      <tr valign="middle">
         <td>25</td>
         <td></td>
         <td></td>
         <td class="code"><pre><code>  <indexterm><primary>Atomics</primary></indexterm></code></pre></td>
      </tr>
      <tr valign="middle">
         <td>26</td>
         <td></td>
         <td></td>
         <td class="code"><pre><code>
27
 
28
29
  Facilities for atomic operations.
30
31
 
32
33
34
  API Reference
35
 
36
  
37
    All items are declared in the standard header
38
    file atomic.
39
  
40
 
41
  
42
    Set of typedefs that map int to
43
    atomic_int, and so on for all builtin
44
    integral types. Global enumeration memory_order to
45
    control memory ordering. Also includes
46
    atomic, a class template with member
47
    functions such as load and
48
    store that is instantiable such that
49
    atomic_int is the base class of
50
    atomic<int>.
51
  
52
 
53
  
54
    Full API details.
55
  
56
 
57
  
58
 
59
60
 
61

powered by: WebSVN 2.1.0

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