Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > c74ab286c3d46f9b82671d206e43a74b > files > 1421

libstdc++-docs-4.6.3-2.fc15.i686.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>libstdc++: thread File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.4 -->
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">libstdc++</div>
  </td>
 </tr>
 </tbody>
</table>
</div>
</div>
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
  initNavTree('a01083.html','');
</script>
<div id="doc-content">
<div class="header">
  <div class="summary">
<a href="#nested-classes">Classes</a> &#124;
<a href="#namespaces">Namespaces</a> &#124;
<a href="#define-members">Defines</a> &#124;
<a href="#func-members">Functions</a>  </div>
  <div class="headertitle">
<div class="title">thread File Reference</div>  </div>
</div>
<div class="contents">

<p><a href="a01083_source.html">Go to the source code of this file.</a></p>
<h2><a name="nested-classes"></a>
Classes</h2>
<ul>
<li>struct <a class="el" href="a00514.html">std::hash&lt; thread::id &gt;</a>
<dl class="el"><dd class="mdescRight"><a class="el" href="a00498.html" title="Primary class template hash.">std::hash</a> specialization for <a class="el" href="a00707.html" title="thread::id">thread::id</a>.  <a href="a00514.html#details">More...</a><br/></dl><li>class <a class="el" href="a00706.html">std::thread</a>
<dl class="el"><dd class="mdescRight">thread  <a href="a00706.html#details">More...</a><br/></dl><li>class <a class="el" href="a00707.html">std::thread::id</a>
<dl class="el"><dd class="mdescRight"><a class="el" href="a00707.html" title="thread::id">thread::id</a>  <a href="a00707.html#details">More...</a><br/></dl></ul>
<h2><a name="namespaces"></a>
Namespaces</h2>
<ul>
<li>namespace <a class="el" href="a01137.html">std</a>
<li>namespace <a class="el" href="a01153.html">std::this_thread</a>
</ul>
<h2><a name="define-members"></a>
Defines</h2>
<ul>
<li><a class="anchor" id="afb66199422b6bd212de9c2f48dbbfa49"></a><!-- doxytag: member="thread::_GLIBCXX_THREAD" ref="afb66199422b6bd212de9c2f48dbbfa49" args="" -->
#define <b>_GLIBCXX_THREAD</b>
</ul>
<h2><a name="func-members"></a>
Functions</h2>
<ul>
<li>thread::id <a class="el" href="a01153.html#ad1967fe44af39a7961e35eed20166ca9">std::this_thread::get_id</a> ()
<li><a class="anchor" id="ga423fcc054874614432fcae6b6d85468a"></a><!-- doxytag: member="thread::operator!=" ref="ga423fcc054874614432fcae6b6d85468a" args="(thread::id __x, thread::id __y)" -->
bool <b>std::operator!=</b> (thread::id __x, thread::id __y)
<li><a class="anchor" id="ga728da2614f80af084b6fb2db1db6868d"></a><!-- doxytag: member="thread::operator&lt;&lt;" ref="ga728da2614f80af084b6fb2db1db6868d" args="(basic_ostream&lt; _CharT, _Traits &gt; &amp;__out, thread::id __id)" -->
template&lt;class _CharT , class _Traits &gt; basic_ostream&lt; _CharT, _Traits &gt; &amp; <b>std::operator&lt;&lt;</b> (basic_ostream&lt; _CharT, _Traits &gt; &amp;__out, thread::id __id)
<li><a class="anchor" id="ga1fbf64a7f4a7c678e27207749e1feefb"></a><!-- doxytag: member="thread::operator&lt;=" ref="ga1fbf64a7f4a7c678e27207749e1feefb" args="(thread::id __x, thread::id __y)" -->
bool <b>std::operator&lt;=</b> (thread::id __x, thread::id __y)
<li><a class="anchor" id="ga20ae43458f5c40caed23d1f665709b77"></a><!-- doxytag: member="thread::operator&gt;" ref="ga20ae43458f5c40caed23d1f665709b77" args="(thread::id __x, thread::id __y)" -->
bool <b>std::operator&gt;</b> (thread::id __x, thread::id __y)
<li><a class="anchor" id="gaf61bd58e5dbdd9efae6247b897fc8062"></a><!-- doxytag: member="thread::operator&gt;=" ref="gaf61bd58e5dbdd9efae6247b897fc8062" args="(thread::id __x, thread::id __y)" -->
bool <b>std::operator&gt;=</b> (thread::id __x, thread::id __y)
<li>template&lt;typename _Rep , typename _Period &gt; void <a class="el" href="a01153.html#a3931ff35276a268ba5b2173fb6fd0177">std::this_thread::sleep_for</a> (const chrono::duration&lt; _Rep, _Period &gt; &amp;__rtime)
<li>template&lt;typename _Clock , typename _Duration &gt; void <a class="el" href="a01153.html#acff95b02c452452b36fd5937af391f97">std::this_thread::sleep_until</a> (const chrono::time_point&lt; _Clock, _Duration &gt; &amp;__atime)
<li><a class="anchor" id="gaf0ed3f1449639fd2095ddf1ac91e80f2"></a><!-- doxytag: member="thread::swap" ref="gaf0ed3f1449639fd2095ddf1ac91e80f2" args="(thread &amp;__x, thread &amp;__y)" -->
void <b>std::swap</b> (thread &amp;__x, thread &amp;__y)
<li>void <a class="el" href="a01153.html#ad89ef5a2259196d64387534194f25556">std::this_thread::yield</a> ()
</ul>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>This is a Standard C++ Library header. </p>

<p>Definition in file <a class="el" href="a01083_source.html">thread</a>.</p>
</div></div>
</div>
  <div id="nav-path" class="navpath">
    <ul>
      <li class="navelem"><a class="el" href="a01083.html">thread</a>      </li>
      <li class="footer">Generated by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.4 </li>
    </ul>
  </div>

</body>
</html>