OLD | NEW |
1 {{+bindTo:partials.standard_nacl_article}} | 1 {{+bindTo:partials.standard_nacl_article}} |
2 | 2 |
3 <section id="pnacl-c-c-language-support"> | 3 <b><font color="#cc0000"> |
| 4 NOTE: |
| 5 Deprecation of the technologies described here has been announced |
| 6 for platforms other than ChromeOS.<br/> |
| 7 Please visit our |
| 8 <a href="/native-client/migration">migration guide</a> |
| 9 for details. |
| 10 </font></b> |
| 11 <hr/><section id="pnacl-c-c-language-support"> |
4 <h1 id="pnacl-c-c-language-support">PNaCl C/C++ Language Support</h1> | 12 <h1 id="pnacl-c-c-language-support">PNaCl C/C++ Language Support</h1> |
5 <div class="contents local" id="contents" style="display: none"> | 13 <div class="contents local" id="contents" style="display: none"> |
6 <ul class="small-gap"> | 14 <ul class="small-gap"> |
7 <li><p class="first"><a class="reference internal" href="#source-language-suppor
t" id="id3">Source language support</a></p> | 15 <li><p class="first"><a class="reference internal" href="#source-language-suppor
t" id="id3">Source language support</a></p> |
8 <ul class="small-gap"> | 16 <ul class="small-gap"> |
9 <li><a class="reference internal" href="#versions" id="id4">Versions</a></li> | 17 <li><a class="reference internal" href="#versions" id="id4">Versions</a></li> |
10 <li><a class="reference internal" href="#preprocessor-definitions" id="id5">Prep
rocessor definitions</a></li> | 18 <li><a class="reference internal" href="#preprocessor-definitions" id="id5">Prep
rocessor definitions</a></li> |
11 </ul> | 19 </ul> |
12 </li> | 20 </li> |
13 <li><p class="first"><a class="reference internal" href="#memory-model-and-atomi
cs" id="id6">Memory Model and Atomics</a></p> | 21 <li><p class="first"><a class="reference internal" href="#memory-model-and-atomi
cs" id="id6">Memory Model and Atomics</a></p> |
(...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
438 <p>Neither PNaCl nor NaCl currently support asynchronous interruption | 446 <p>Neither PNaCl nor NaCl currently support asynchronous interruption |
439 or suspension of threads.</p> | 447 or suspension of threads.</p> |
440 </li> | 448 </li> |
441 </ul> | 449 </ul> |
442 <p>If PNaCl were to support either of these, the interaction of | 450 <p>If PNaCl were to support either of these, the interaction of |
443 <code>volatile</code> and atomics with same-thread signal handling would need | 451 <code>volatile</code> and atomics with same-thread signal handling would need |
444 to be carefully detailed.</p> | 452 to be carefully detailed.</p> |
445 </section> | 453 </section> |
446 | 454 |
447 {{/partials.standard_nacl_article}} | 455 {{/partials.standard_nacl_article}} |
OLD | NEW |