gnuk/ChibiOS_2.0.6/docs/html/struct_cond_var.html

93 lines
5.3 KiB
HTML
Raw Normal View History

2010-08-10 03:11:02 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>ChibiOS/RT: CondVar Struct Reference</title>
<link href="custom.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<table style="text-align: center; width: 100%;" border="0"
cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td style="width: 80px;"><img alt="ChibiOS/RT Logo" src="logo_small.png"></td>
<td><big><big>ChibiOS/RT</big></big><br><br>Architecture - Reference Manual - Guides</td>
<td style="width: 80px;"></td>
</tr>
</tbody>
</table>
<hr size="1">
2010-11-22 05:53:37 +00:00
<!-- Generated by Doxygen 1.7.1 -->
2010-08-10 03:11:02 +00:00
<div class="navigation" id="top">
<div class="tabs">
2010-11-22 05:53:37 +00:00
<ul class="tablist">
2010-08-10 03:11:02 +00:00
<li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li class="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
2010-11-22 05:53:37 +00:00
<div class="tabs2">
<ul class="tablist">
2010-08-10 03:11:02 +00:00
<li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
<li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Data&nbsp;Fields</span></a></li>
</ul>
</div>
</div>
2010-11-22 05:53:37 +00:00
<div class="header">
<div class="summary">
<a href="#pub-attribs">Data Fields</a> </div>
<div class="headertitle">
2010-08-10 03:11:02 +00:00
<h1>CondVar Struct Reference<br/>
<small>
[<a class="el" href="group__condvars.html">Condition Variables</a>]</small>
2010-11-22 05:53:37 +00:00
</h1> </div>
</div>
<div class="contents">
<!-- doxytag: class="CondVar" -->
2010-08-10 03:11:02 +00:00
<p><a class="el" href="struct_cond_var.html" title="CondVar structure.">CondVar</a> structure.
<a href="#_details">More...</a></p>
<p><code>#include &lt;<a class="el" href="chcond_8h_source.html">chcond.h</a>&gt;</code></p>
<div class="dynheader">
Collaboration diagram for CondVar:</div>
2010-11-22 05:53:37 +00:00
<div class="dyncontent">
2010-08-10 03:11:02 +00:00
<div class="center"><img src="struct_cond_var__coll__graph.png" border="0" usemap="#_cond_var_coll__map" alt="Collaboration graph"/></div>
<map name="_cond_var_coll__map" id="_cond_var_coll__map">
2010-11-22 05:53:37 +00:00
<area shape="rect" id="node2" href="struct_threads_queue.html" title="Generic threads bidirectional linked list header and element." alt="" coords="101,6,195,98"/> <area shape="rect" id="node6" href="struct_thread.html" title="Structure representing a thread." alt="" coords="101,177,195,562"/> <area shape="rect" id="node4" href="struct_threads_list.html" title="Generic threads single link list, it works like a stack." alt="" coords="173,627,251,704"/> </map>
2010-08-10 03:11:02 +00:00
<center><span class="legend">[<a target="top" href="graph_legend.html">legend</a>]</span></center></div>
2010-11-22 05:53:37 +00:00
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="pub-attribs"></a>
Data Fields</h2></td></tr>
2010-08-10 03:11:02 +00:00
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="struct_threads_queue.html">ThreadsQueue</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_cond_var.html#a0d320ca091de542fccfebabc7716f666">c_queue</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="struct_cond_var.html" title="CondVar structure.">CondVar</a> threads queue. <a href="#a0d320ca091de542fccfebabc7716f666"></a><br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p><a class="el" href="struct_cond_var.html" title="CondVar structure.">CondVar</a> structure. </p>
<p>Definition at line <a class="el" href="chcond_8h_source.html#l00054">54</a> of file <a class="el" href="chcond_8h_source.html">chcond.h</a>.</p>
<hr/><h2>Field Documentation</h2>
<a class="anchor" id="a0d320ca091de542fccfebabc7716f666"></a><!-- doxytag: member="CondVar::c_queue" ref="a0d320ca091de542fccfebabc7716f666" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="struct_threads_queue.html">ThreadsQueue</a> <a class="el" href="struct_cond_var.html#a0d320ca091de542fccfebabc7716f666">CondVar::c_queue</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p><a class="el" href="struct_cond_var.html" title="CondVar structure.">CondVar</a> threads queue. </p>
<p>Definition at line <a class="el" href="chcond_8h_source.html#l00055">55</a> of file <a class="el" href="chcond_8h_source.html">chcond.h</a>.</p>
<p>Referenced by <a class="el" href="group__condvars.html#ga5cf1f4697985d81ee089b042391df6fc">chCondBroadcastI()</a>, <a class="el" href="group__condvars.html#ga4c698ba6ce06089c08f989e126af9873">chCondInit()</a>, <a class="el" href="group__condvars.html#gadddadb68e2a2ce061c7df0d647da9996">chCondSignal()</a>, <a class="el" href="group__condvars.html#ga7b9d882c348124fed46a1afc3db6c02c">chCondSignalI()</a>, <a class="el" href="group__condvars.html#gab6357d80b01ed8d225ef1e30a66248f9">chCondWaitS()</a>, and <a class="el" href="group__condvars.html#ga9cf6ebe4c9f28cb206fab14984a18d29">chCondWaitTimeoutS()</a>.</p>
</div>
</div>
</div>
<hr size="1"><address style="text-align: right;"><small>
2010-11-22 05:53:37 +00:00
Generated on Sun Oct 24 2010 09:40:49 for ChibiOS/RT by&nbsp;<a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.7.1</small></address>
2010-08-10 03:11:02 +00:00
</body>
</html>