gnuk/ChibiOS_2.0.6/docs/html/struct_thread.html

543 lines
41 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: Thread 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>Thread Struct Reference<br/>
<small>
[<a class="el" href="group__threads.html">Threads</a>]</small>
2010-11-22 05:53:37 +00:00
</h1> </div>
</div>
<div class="contents">
<!-- doxytag: class="Thread" --><!-- doxytag: inherits="ThreadsQueue" -->
2010-08-10 03:11:02 +00:00
<p>Structure representing a thread.
<a href="#_details">More...</a></p>
<p><code>#include &lt;<a class="el" href="chthreads_8h_source.html">chthreads.h</a>&gt;</code></p>
<p>Inherits <a class="el" href="struct_threads_queue.html">ThreadsQueue</a>.</p>
<div class="dynheader">
Collaboration diagram for Thread:</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_thread__coll__graph.png" border="0" usemap="#_thread_coll__map" alt="Collaboration graph"/></div>
<map name="_thread_coll__map" id="_thread_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="94,881,188,973"/> <area shape="rect" id="node4" href="struct_threads_list.html" title="Generic threads single link list, it works like a stack." alt="" coords="256,739,333,816"/> <area shape="rect" id="node13" href="struct_mutex.html" title="Mutex structure." alt="" coords="102,1037,180,1144"/> <area shape="rect" id="node9" href="structcontext.html" title="Platform dependent part of the Thread structure." alt="" coords="166,147,225,224"/> <area shape="rect" id="node11" href="structintctx.html" title="System saved context." alt="" coords="172,5,220,83"/> </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_thread.html">Thread</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_thread.html#a49d3270919a6e423a47de20bc57beaa1">p_next</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Next in the list/queue. <a href="#a49d3270919a6e423a47de20bc57beaa1"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="struct_thread.html">Thread</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_thread.html#a7661cf39bbb29453ce0c48a94708fb69">p_prev</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Previous in the queue. <a href="#a7661cf39bbb29453ce0c48a94708fb69"></a><br/></td></tr>
2010-11-22 05:53:37 +00:00
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="group__types.html#ga5f2488ba73e5969cbc0f7033735374ee">tprio_t</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_thread.html#ae60cc22956f4c19965cb94045333aa9c">p_prio</a></td></tr>
2010-08-10 03:11:02 +00:00
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="struct_thread.html" title="Structure representing a thread.">Thread</a> priority. <a href="#ae60cc22956f4c19965cb94045333aa9c"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct <a class="el" href="structcontext.html">context</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_thread.html#afd8825ffa1551fff7a1fe636d437408c">p_ctx</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Processor context. <a href="#afd8825ffa1551fff7a1fe636d437408c"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="struct_thread.html">Thread</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_thread.html#a735bed4a4185b8fd502c01d7ad491710">p_newer</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Newer registry element. <a href="#a735bed4a4185b8fd502c01d7ad491710"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="struct_thread.html">Thread</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_thread.html#ac1e1ab5bfeca96e03971460a9c76ef5c">p_older</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Older registry element. <a href="#ac1e1ab5bfeca96e03971460a9c76ef5c"></a><br/></td></tr>
2010-11-22 05:53:37 +00:00
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="group__types.html#ga52d7ed152360a74632afa37bbeeca7ca">tstate_t</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_thread.html#a3c3e9d6abccb62c3a5fab6ef043a391f">p_state</a></td></tr>
2010-08-10 03:11:02 +00:00
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Current thread state. <a href="#a3c3e9d6abccb62c3a5fab6ef043a391f"></a><br/></td></tr>
2010-11-22 05:53:37 +00:00
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="group__types.html#ga6a5d8a9ab4f4a012d6763548c3b21ec7">tmode_t</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_thread.html#a1e044ddc7521288d6fb473756a214d23">p_flags</a></td></tr>
2010-08-10 03:11:02 +00:00
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Various thread flags. <a href="#a1e044ddc7521288d6fb473756a214d23"></a><br/></td></tr>
2010-11-22 05:53:37 +00:00
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="group__types.html#ga205898ea166481281fec650f2a7e85a3">trefs_t</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_thread.html#af86d1da435197d113bc42fe8139a21c5">p_refs</a></td></tr>
2010-08-10 03:11:02 +00:00
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">References to this thread. <a href="#af86d1da435197d113bc42fe8139a21c5"></a><br/></td></tr>
2010-11-22 05:53:37 +00:00
<tr><td class="memItemLeft" align="right" valign="top">volatile <a class="el" href="group__types.html#gae3e32a98d431a02106616da3071832dd">systime_t</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_thread.html#a723aab9bf515e789c3d9ea81f9dbd6a0">p_time</a></td></tr>
2010-08-10 03:11:02 +00:00
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="struct_thread.html" title="Structure representing a thread.">Thread</a> consumed time in ticks. <a href="#a723aab9bf515e789c3d9ea81f9dbd6a0"></a><br/></td></tr>
<tr><td class="memItemLeft" >union {</td></tr>
2010-11-22 05:53:37 +00:00
<tr><td class="memItemLeft" >&nbsp;&nbsp;&nbsp;<a class="el" href="group__types.html#ga35bcb0c321cd7bc45bf1a11fa17ebdd3">msg_t</a>&nbsp;&nbsp;&nbsp;<a class="el" href="struct_thread.html#ad5792c30fbd60df0de223b0f398fc6d7">rdymsg</a></td></tr>
2010-08-10 03:11:02 +00:00
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="struct_thread.html" title="Structure representing a thread.">Thread</a> wakeup code. <a href="#a1131ac583b06f05dc9437a2b2878867d"></a><br/></td></tr>
2010-11-22 05:53:37 +00:00
<tr><td class="memItemLeft" >&nbsp;&nbsp;&nbsp;<a class="el" href="group__types.html#ga35bcb0c321cd7bc45bf1a11fa17ebdd3">msg_t</a>&nbsp;&nbsp;&nbsp;<a class="el" href="struct_thread.html#addbf4614b204bdc2a3480c434cf7baaf">exitcode</a></td></tr>
2010-08-10 03:11:02 +00:00
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="struct_thread.html" title="Structure representing a thread.">Thread</a> exit code. <a href="#af0369b28752affdcdffe4f71bd757db5"></a><br/></td></tr>
<tr><td class="memItemLeft" >&nbsp;&nbsp;&nbsp;void *&nbsp;&nbsp;&nbsp;<a class="el" href="struct_thread.html#a4f016b01444741e6f9b420436b748862">wtobjp</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Pointer to a generic "wait" object. <a href="#a68576b6e21463649ca81dfa9d4261251"></a><br/></td></tr>
2010-11-22 05:53:37 +00:00
<tr><td class="memItemLeft" >&nbsp;&nbsp;&nbsp;<a class="el" href="group__types.html#gabff0c32475baf20ea8c5c710d6e8b708">eventmask_t</a>&nbsp;&nbsp;&nbsp;<a class="el" href="struct_thread.html#adb02f57eaf969c9e55f19a250e364f5a">ewmask</a></td></tr>
2010-08-10 03:11:02 +00:00
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Enabled events mask. <a href="#ac04cb3d2566936d895ceef901dedfaac"></a><br/></td></tr>
<tr><td class="memItemLeft" valign="top">}&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_thread.html#a72cd0424b6098ca241fac1f74d21b56a">p_u</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">State-specific fields. <a href="#a72cd0424b6098ca241fac1f74d21b56a"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="struct_threads_list.html">ThreadsList</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_thread.html#ad1088bc1f9970cc102dc28000134e9ab">p_waiting</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Termination waiting list. <a href="#ad1088bc1f9970cc102dc28000134e9ab"></a><br/></td></tr>
<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_thread.html#a282cb59bdbe00fcdf9741c47b735fa1f">p_msgqueue</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Messages queue. <a href="#a282cb59bdbe00fcdf9741c47b735fa1f"></a><br/></td></tr>
2010-11-22 05:53:37 +00:00
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="group__types.html#ga35bcb0c321cd7bc45bf1a11fa17ebdd3">msg_t</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_thread.html#a8651bb33a6947efd9061c035ca0b728f">p_msg</a></td></tr>
2010-08-10 03:11:02 +00:00
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="struct_thread.html" title="Structure representing a thread.">Thread</a> message. <a href="#a8651bb33a6947efd9061c035ca0b728f"></a><br/></td></tr>
2010-11-22 05:53:37 +00:00
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="group__types.html#gabff0c32475baf20ea8c5c710d6e8b708">eventmask_t</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_thread.html#aa571d2963bd8100fa210715dc5669522">p_epending</a></td></tr>
2010-08-10 03:11:02 +00:00
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Pending events mask. <a href="#aa571d2963bd8100fa210715dc5669522"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="struct_mutex.html">Mutex</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_thread.html#a3ae80b4b3de4c7a23c542ca251e1f017">p_mtxlist</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">List of the mutexes owned by this thread. <a href="#a3ae80b4b3de4c7a23c542ca251e1f017"></a><br/></td></tr>
2010-11-22 05:53:37 +00:00
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="group__types.html#ga5f2488ba73e5969cbc0f7033735374ee">tprio_t</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_thread.html#a38de11dd7f8cdcfbc45b2c467f400fe8">p_realprio</a></td></tr>
2010-08-10 03:11:02 +00:00
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Thread's own, non-inherited, priority. <a href="#a38de11dd7f8cdcfbc45b2c467f400fe8"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_thread.html#ae0e65912a0c02df5477a3a524cd41d97">p_mpool</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Memory Pool where the thread workspace is returned. <a href="#ae0e65912a0c02df5477a3a524cd41d97"></a><br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Structure representing a thread. </p>
<dl class="note"><dt><b>Note:</b></dt><dd>Not all the listed fields are always needed, by switching off some not needed ChibiOS/RT subsystems it is possible to save RAM space by shrinking the <code><a class="el" href="struct_thread.html" title="Structure representing a thread.">Thread</a></code> structure. </dd></dl>
<p>Definition at line <a class="el" href="chthreads_8h_source.html#l00056">56</a> of file <a class="el" href="chthreads_8h_source.html">chthreads.h</a>.</p>
<hr/><h2>Field Documentation</h2>
<a class="anchor" id="a49d3270919a6e423a47de20bc57beaa1"></a><!-- doxytag: member="Thread::p_next" ref="a49d3270919a6e423a47de20bc57beaa1" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="struct_thread.html">Thread</a>* <a class="el" href="struct_thread.html#a49d3270919a6e423a47de20bc57beaa1">Thread::p_next</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Next in the list/queue. </p>
<p>Reimplemented from <a class="el" href="struct_threads_queue.html#af4a099c245d7ceecdf2f9755d05d0ed0">ThreadsQueue</a>.</p>
<p>Definition at line <a class="el" href="chthreads_8h_source.html#l00057">57</a> of file <a class="el" href="chthreads_8h_source.html">chthreads.h</a>.</p>
<p>Referenced by <a class="el" href="group__scheduler.html#ga535d58cfb3436c8d4e4586c31c062298">chSchReadyI()</a>, <a class="el" href="group__internals.html#gafff11bcd31d7dc3d1a0a6c66f3fc6ec9">dequeue()</a>, <a class="el" href="group__internals.html#ga042479f09357fc59befebf4dfe0e9f4a">fifo_remove()</a>, <a class="el" href="group__internals.html#ga5818ce2d363d36402baece614b06e41b">list_insert()</a>, <a class="el" href="group__internals.html#gad9aa523aebdaeefa3cc4a311bc210e8a">list_remove()</a>, <a class="el" href="group__internals.html#ga02226b866ae704435baf2ffe259ba0b2">prio_insert()</a>, and <a class="el" href="group__internals.html#gaf7072f75fdab9dcc5f7b8dcad212965c">queue_insert()</a>.</p>
</div>
</div>
<a class="anchor" id="a7661cf39bbb29453ce0c48a94708fb69"></a><!-- doxytag: member="Thread::p_prev" ref="a7661cf39bbb29453ce0c48a94708fb69" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="struct_thread.html">Thread</a>* <a class="el" href="struct_thread.html#a7661cf39bbb29453ce0c48a94708fb69">Thread::p_prev</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Previous in the queue. </p>
<p>Reimplemented from <a class="el" href="struct_threads_queue.html#aefc0a5e3ba3ed03da122337bc13be8fa">ThreadsQueue</a>.</p>
<p>Definition at line <a class="el" href="chthreads_8h_source.html#l00059">59</a> of file <a class="el" href="chthreads_8h_source.html">chthreads.h</a>.</p>
<p>Referenced by <a class="el" href="group__internals.html#gafff11bcd31d7dc3d1a0a6c66f3fc6ec9">dequeue()</a>, <a class="el" href="group__internals.html#gacacfe77140cab62948e63d898bf4dfba">lifo_remove()</a>, <a class="el" href="group__internals.html#ga02226b866ae704435baf2ffe259ba0b2">prio_insert()</a>, and <a class="el" href="group__internals.html#gaf7072f75fdab9dcc5f7b8dcad212965c">queue_insert()</a>.</p>
</div>
</div>
<a class="anchor" id="ae60cc22956f4c19965cb94045333aa9c"></a><!-- doxytag: member="Thread::p_prio" ref="ae60cc22956f4c19965cb94045333aa9c" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
2010-11-22 05:53:37 +00:00
<td class="memname"><a class="el" href="group__types.html#ga5f2488ba73e5969cbc0f7033735374ee">tprio_t</a> <a class="el" href="struct_thread.html#ae60cc22956f4c19965cb94045333aa9c">Thread::p_prio</a></td>
2010-08-10 03:11:02 +00:00
</tr>
</table>
</div>
<div class="memdoc">
<p><a class="el" href="struct_thread.html" title="Structure representing a thread.">Thread</a> priority. </p>
<p>Definition at line <a class="el" href="chthreads_8h_source.html#l00061">61</a> of file <a class="el" href="chthreads_8h_source.html">chthreads.h</a>.</p>
<p>Referenced by <a class="el" href="group__mutexes.html#ga2d6350c2d147d1165c359f30798205f5">chMtxLockS()</a>, <a class="el" href="group__mutexes.html#gae9ae07165126c9f6c0ce0b17bdb53669">chMtxUnlock()</a>, <a class="el" href="group__mutexes.html#ga853b4ced43d22fb5d82678dd2f0aba75">chMtxUnlockAll()</a>, <a class="el" href="group__mutexes.html#ga705fa60fb8aa28a6632f693e83f78c96">chMtxUnlockS()</a>, <a class="el" href="group__scheduler.html#gae47a8819a21ef2d521124e76bfb37c95">chSchWakeupS()</a>, <a class="el" href="group__threads.html#ga4f6ae58bb3cedfc03aacde6d49e49d35">init_thread()</a>, and <a class="el" href="group__internals.html#ga02226b866ae704435baf2ffe259ba0b2">prio_insert()</a>.</p>
</div>
</div>
<a class="anchor" id="afd8825ffa1551fff7a1fe636d437408c"></a><!-- doxytag: member="Thread::p_ctx" ref="afd8825ffa1551fff7a1fe636d437408c" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">struct <a class="el" href="structcontext.html">context</a> <a class="el" href="struct_thread.html#afd8825ffa1551fff7a1fe636d437408c">Thread::p_ctx</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Processor context. </p>
<p>Definition at line <a class="el" href="chthreads_8h_source.html#l00062">62</a> of file <a class="el" href="chthreads_8h_source.html">chthreads.h</a>.</p>
</div>
</div>
<a class="anchor" id="a735bed4a4185b8fd502c01d7ad491710"></a><!-- doxytag: member="Thread::p_newer" ref="a735bed4a4185b8fd502c01d7ad491710" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="struct_thread.html">Thread</a>* <a class="el" href="struct_thread.html#a735bed4a4185b8fd502c01d7ad491710">Thread::p_newer</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Newer registry element. </p>
<p>Definition at line <a class="el" href="chthreads_8h_source.html#l00064">64</a> of file <a class="el" href="chthreads_8h_source.html">chthreads.h</a>.</p>
<p>Referenced by <a class="el" href="group__registry.html#gaefff43a49fb7888a596319d67cf01dab">chRegNextThread()</a>.</p>
</div>
</div>
<a class="anchor" id="ac1e1ab5bfeca96e03971460a9c76ef5c"></a><!-- doxytag: member="Thread::p_older" ref="ac1e1ab5bfeca96e03971460a9c76ef5c" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="struct_thread.html">Thread</a>* <a class="el" href="struct_thread.html#ac1e1ab5bfeca96e03971460a9c76ef5c">Thread::p_older</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Older registry element. </p>
<p>Definition at line <a class="el" href="chthreads_8h_source.html#l00065">65</a> of file <a class="el" href="chthreads_8h_source.html">chthreads.h</a>.</p>
</div>
</div>
<a class="anchor" id="a3c3e9d6abccb62c3a5fab6ef043a391f"></a><!-- doxytag: member="Thread::p_state" ref="a3c3e9d6abccb62c3a5fab6ef043a391f" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
2010-11-22 05:53:37 +00:00
<td class="memname"><a class="el" href="group__types.html#ga52d7ed152360a74632afa37bbeeca7ca">tstate_t</a> <a class="el" href="struct_thread.html#a3c3e9d6abccb62c3a5fab6ef043a391f">Thread::p_state</a></td>
2010-08-10 03:11:02 +00:00
</tr>
</table>
</div>
<div class="memdoc">
<p>Current thread state. </p>
<p>Definition at line <a class="el" href="chthreads_8h_source.html#l00071">71</a> of file <a class="el" href="chthreads_8h_source.html">chthreads.h</a>.</p>
<p>Referenced by <a class="el" href="group__debug.html#gac7f8f0653faf2e3a93108ff5333821b7">chDbgTrace()</a>, <a class="el" href="group__events.html#ga6c219038c3e618e2142c6e1601997907">chEvtSignalI()</a>, <a class="el" href="group__messages.html#ga29a48a438e97dc47cb798a84e13764cb">chMsgSend()</a>, <a class="el" href="group__mutexes.html#ga2d6350c2d147d1165c359f30798205f5">chMtxLockS()</a>, <a class="el" href="group__scheduler.html#ga535d58cfb3436c8d4e4586c31c062298">chSchReadyI()</a>, <a class="el" href="group__scheduler.html#gae47a8819a21ef2d521124e76bfb37c95">chSchWakeupS()</a>, <a class="el" href="group__threads.html#ga2c1ce2be73cd177af7e577b282232a7d">chThdResume()</a>, <a class="el" href="group__threads.html#ga94a5727ecdbe0f738dfc8e1ede1c3409">chThdWait()</a>, and <a class="el" href="group__threads.html#ga4f6ae58bb3cedfc03aacde6d49e49d35">init_thread()</a>.</p>
</div>
</div>
<a class="anchor" id="a1e044ddc7521288d6fb473756a214d23"></a><!-- doxytag: member="Thread::p_flags" ref="a1e044ddc7521288d6fb473756a214d23" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
2010-11-22 05:53:37 +00:00
<td class="memname"><a class="el" href="group__types.html#ga6a5d8a9ab4f4a012d6763548c3b21ec7">tmode_t</a> <a class="el" href="struct_thread.html#a1e044ddc7521288d6fb473756a214d23">Thread::p_flags</a></td>
2010-08-10 03:11:02 +00:00
</tr>
</table>
</div>
<div class="memdoc">
<p>Various thread flags. </p>
<p>Definition at line <a class="el" href="chthreads_8h_source.html#l00075">75</a> of file <a class="el" href="chthreads_8h_source.html">chthreads.h</a>.</p>
<p>Referenced by <a class="el" href="group__threads.html#ga50b84e3e82a4e09c1066e1d422e4c780">chThdCreateFromHeap()</a>, <a class="el" href="group__threads.html#gad3ccc1a6f054c543258ed2fe97ed2f58">chThdCreateFromMemoryPool()</a>, <a class="el" href="group__threads.html#gaa22f80040cf192015be4607f31a0ac80">chThdRelease()</a>, <a class="el" href="group__threads.html#ga7ea7371fa41598ebd523622587ce3f22">chThdTerminate()</a>, and <a class="el" href="group__threads.html#ga4f6ae58bb3cedfc03aacde6d49e49d35">init_thread()</a>.</p>
</div>
</div>
<a class="anchor" id="af86d1da435197d113bc42fe8139a21c5"></a><!-- doxytag: member="Thread::p_refs" ref="af86d1da435197d113bc42fe8139a21c5" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
2010-11-22 05:53:37 +00:00
<td class="memname"><a class="el" href="group__types.html#ga205898ea166481281fec650f2a7e85a3">trefs_t</a> <a class="el" href="struct_thread.html#af86d1da435197d113bc42fe8139a21c5">Thread::p_refs</a></td>
2010-08-10 03:11:02 +00:00
</tr>
</table>
</div>
<div class="memdoc">
<p>References to this thread. </p>
<p>Definition at line <a class="el" href="chthreads_8h_source.html#l00080">80</a> of file <a class="el" href="chthreads_8h_source.html">chthreads.h</a>.</p>
<p>Referenced by <a class="el" href="group__registry.html#ga55c0a485b40cf4acbfce0dd333f28513">chRegFirstThread()</a>, <a class="el" href="group__registry.html#gaefff43a49fb7888a596319d67cf01dab">chRegNextThread()</a>, <a class="el" href="group__threads.html#gabefc5734beaf29ae0bcd52cd41744930">chThdAddRef()</a>, <a class="el" href="group__threads.html#gaa22f80040cf192015be4607f31a0ac80">chThdRelease()</a>, <a class="el" href="group__threads.html#ga94a5727ecdbe0f738dfc8e1ede1c3409">chThdWait()</a>, and <a class="el" href="group__threads.html#ga4f6ae58bb3cedfc03aacde6d49e49d35">init_thread()</a>.</p>
</div>
</div>
<a class="anchor" id="a723aab9bf515e789c3d9ea81f9dbd6a0"></a><!-- doxytag: member="Thread::p_time" ref="a723aab9bf515e789c3d9ea81f9dbd6a0" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
2010-11-22 05:53:37 +00:00
<td class="memname">volatile <a class="el" href="group__types.html#gae3e32a98d431a02106616da3071832dd">systime_t</a> <a class="el" href="struct_thread.html#a723aab9bf515e789c3d9ea81f9dbd6a0">Thread::p_time</a></td>
2010-08-10 03:11:02 +00:00
</tr>
</table>
</div>
<div class="memdoc">
<p><a class="el" href="struct_thread.html" title="Structure representing a thread.">Thread</a> consumed time in ticks. </p>
<dl class="note"><dt><b>Note:</b></dt><dd>This field can overflow. </dd></dl>
<p>Definition at line <a class="el" href="chthreads_8h_source.html#l00093">93</a> of file <a class="el" href="chthreads_8h_source.html">chthreads.h</a>.</p>
<p>Referenced by <a class="el" href="group__threads.html#ga4f6ae58bb3cedfc03aacde6d49e49d35">init_thread()</a>.</p>
</div>
</div>
<a class="anchor" id="ad5792c30fbd60df0de223b0f398fc6d7"></a><!-- doxytag: member="Thread::rdymsg" ref="ad5792c30fbd60df0de223b0f398fc6d7" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
2010-11-22 05:53:37 +00:00
<td class="memname"><a class="el" href="group__types.html#ga35bcb0c321cd7bc45bf1a11fa17ebdd3">msg_t</a> <a class="el" href="struct_thread.html#ad5792c30fbd60df0de223b0f398fc6d7">Thread::rdymsg</a></td>
2010-08-10 03:11:02 +00:00
</tr>
</table>
</div>
<div class="memdoc">
<p><a class="el" href="struct_thread.html" title="Structure representing a thread.">Thread</a> wakeup code. </p>
<dl class="note"><dt><b>Note:</b></dt><dd>This field contains the low level message sent to the thread by the waking thread or interrupt handler. The value is valid after exiting the <code><a class="el" href="group__scheduler.html#gae47a8819a21ef2d521124e76bfb37c95" title="Wakes up a thread.">chSchWakeupS()</a></code> function. </dd></dl>
<p>Definition at line <a class="el" href="chthreads_8h_source.html#l00107">107</a> of file <a class="el" href="chthreads_8h_source.html">chthreads.h</a>.</p>
<p>Referenced by <a class="el" href="group__condvars.html#ga5cf1f4697985d81ee089b042391df6fc">chCondBroadcastI()</a>, <a class="el" href="group__condvars.html#ga7b9d882c348124fed46a1afc3db6c02c">chCondSignalI()</a>, <a class="el" href="group__condvars.html#gab6357d80b01ed8d225ef1e30a66248f9">chCondWaitS()</a>, <a class="el" href="group__events.html#ga6c219038c3e618e2142c6e1601997907">chEvtSignalI()</a>, <a class="el" href="group__messages.html#ga29a48a438e97dc47cb798a84e13764cb">chMsgSend()</a>, <a class="el" href="group__scheduler.html#gae47a8819a21ef2d521124e76bfb37c95">chSchWakeupS()</a>, <a class="el" href="group__semaphores.html#gae7972b6b22b80ac09bac5a186277ab81">chSemResetI()</a>, <a class="el" href="group__semaphores.html#gaca0b70cf495a9cb7569e1cf5b07e2b3d">chSemSignalI()</a>, and <a class="el" href="group__semaphores.html#ga0dc7b4339506de346d67b4560b271e44">chSemSignalWait()</a>.</p>
</div>
</div>
<a class="anchor" id="addbf4614b204bdc2a3480c434cf7baaf"></a><!-- doxytag: member="Thread::exitcode" ref="addbf4614b204bdc2a3480c434cf7baaf" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
2010-11-22 05:53:37 +00:00
<td class="memname"><a class="el" href="group__types.html#ga35bcb0c321cd7bc45bf1a11fa17ebdd3">msg_t</a> <a class="el" href="struct_thread.html#addbf4614b204bdc2a3480c434cf7baaf">Thread::exitcode</a></td>
2010-08-10 03:11:02 +00:00
</tr>
</table>
</div>
<div class="memdoc">
<p><a class="el" href="struct_thread.html" title="Structure representing a thread.">Thread</a> exit code. </p>
2010-11-22 05:53:37 +00:00
<dl class="note"><dt><b>Note:</b></dt><dd>The thread termination code is stored in this field in order to be retrieved by the thread performing a <code><a class="el" href="group__threads.html#ga94a5727ecdbe0f738dfc8e1ede1c3409" title="Blocks the execution of the invoking thread until the specified thread terminates then the exit code ...">chThdWait()</a></code> on this thread. </dd></dl>
2010-08-10 03:11:02 +00:00
<p>Definition at line <a class="el" href="chthreads_8h_source.html#l00114">114</a> of file <a class="el" href="chthreads_8h_source.html">chthreads.h</a>.</p>
<p>Referenced by <a class="el" href="group__threads.html#ga24ab3a3a4d70214ee360867a1c3c75ac">chThdExit()</a>, and <a class="el" href="group__threads.html#ga94a5727ecdbe0f738dfc8e1ede1c3409">chThdWait()</a>.</p>
</div>
</div>
<a class="anchor" id="a4f016b01444741e6f9b420436b748862"></a><!-- doxytag: member="Thread::wtobjp" ref="a4f016b01444741e6f9b420436b748862" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void* <a class="el" href="struct_thread.html#a4f016b01444741e6f9b420436b748862">Thread::wtobjp</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Pointer to a generic "wait" object. </p>
<dl class="note"><dt><b>Note:</b></dt><dd>This field is used to get a generic pointer to a synchronization object and is valid when the thread is in one of the wait states. </dd></dl>
<p>Definition at line <a class="el" href="chthreads_8h_source.html#l00121">121</a> of file <a class="el" href="chthreads_8h_source.html">chthreads.h</a>.</p>
<p>Referenced by <a class="el" href="group__condvars.html#gab6357d80b01ed8d225ef1e30a66248f9">chCondWaitS()</a>, <a class="el" href="group__debug.html#gac7f8f0653faf2e3a93108ff5333821b7">chDbgTrace()</a>, <a class="el" href="group__messages.html#ga29a48a438e97dc47cb798a84e13764cb">chMsgSend()</a>, <a class="el" href="group__mutexes.html#ga2d6350c2d147d1165c359f30798205f5">chMtxLockS()</a>, and <a class="el" href="group__semaphores.html#ga0dc7b4339506de346d67b4560b271e44">chSemSignalWait()</a>.</p>
</div>
</div>
<a class="anchor" id="adb02f57eaf969c9e55f19a250e364f5a"></a><!-- doxytag: member="Thread::ewmask" ref="adb02f57eaf969c9e55f19a250e364f5a" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
2010-11-22 05:53:37 +00:00
<td class="memname"><a class="el" href="group__types.html#gabff0c32475baf20ea8c5c710d6e8b708">eventmask_t</a> <a class="el" href="struct_thread.html#adb02f57eaf969c9e55f19a250e364f5a">Thread::ewmask</a></td>
2010-08-10 03:11:02 +00:00
</tr>
</table>
</div>
<div class="memdoc">
<p>Enabled events mask. </p>
<dl class="note"><dt><b>Note:</b></dt><dd>This field is only valied while the thread is in the <code>THD_STATE_WTOREVT</code> or <code>THD_STATE_WTANDEVT</code> states. </dd></dl>
<p>Definition at line <a class="el" href="chthreads_8h_source.html#l00128">128</a> of file <a class="el" href="chthreads_8h_source.html">chthreads.h</a>.</p>
<p>Referenced by <a class="el" href="group__events.html#ga6c219038c3e618e2142c6e1601997907">chEvtSignalI()</a>, <a class="el" href="group__events.html#ga8c5c6bf310a08cdc836d23f98a87dbf5">chEvtWaitAll()</a>, <a class="el" href="group__events.html#ga90d702300eecee3d05f83e95b155c3ee">chEvtWaitAllTimeout()</a>, <a class="el" href="group__events.html#gabd731d3ed2f037b2409e370676575f8d">chEvtWaitAny()</a>, <a class="el" href="group__events.html#gaf690406ccc833e2c9235e7e2041a6715">chEvtWaitAnyTimeout()</a>, <a class="el" href="group__events.html#ga77651e22578713ebe355c1213286c2e9">chEvtWaitOne()</a>, and <a class="el" href="group__events.html#ga2944a7fc82e7cc15537f5a7c04f457d3">chEvtWaitOneTimeout()</a>.</p>
</div>
</div>
<a class="anchor" id="a72cd0424b6098ca241fac1f74d21b56a"></a><!-- doxytag: member="Thread::p_u" ref="a72cd0424b6098ca241fac1f74d21b56a" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">union { ... } <a class="el" href="struct_thread.html#a72cd0424b6098ca241fac1f74d21b56a">Thread::p_u</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>State-specific fields. </p>
<dl class="note"><dt><b>Note:</b></dt><dd>All the fields declared in this union are only valid in the specified state or condition and are thus volatile. </dd></dl>
<p>Referenced by <a class="el" href="group__condvars.html#ga5cf1f4697985d81ee089b042391df6fc">chCondBroadcastI()</a>, <a class="el" href="group__condvars.html#ga7b9d882c348124fed46a1afc3db6c02c">chCondSignalI()</a>, <a class="el" href="group__condvars.html#gab6357d80b01ed8d225ef1e30a66248f9">chCondWaitS()</a>, <a class="el" href="group__debug.html#gac7f8f0653faf2e3a93108ff5333821b7">chDbgTrace()</a>, <a class="el" href="group__events.html#ga6c219038c3e618e2142c6e1601997907">chEvtSignalI()</a>, <a class="el" href="group__events.html#ga8c5c6bf310a08cdc836d23f98a87dbf5">chEvtWaitAll()</a>, <a class="el" href="group__events.html#ga90d702300eecee3d05f83e95b155c3ee">chEvtWaitAllTimeout()</a>, <a class="el" href="group__events.html#gabd731d3ed2f037b2409e370676575f8d">chEvtWaitAny()</a>, <a class="el" href="group__events.html#gaf690406ccc833e2c9235e7e2041a6715">chEvtWaitAnyTimeout()</a>, <a class="el" href="group__events.html#ga77651e22578713ebe355c1213286c2e9">chEvtWaitOne()</a>, <a class="el" href="group__events.html#ga2944a7fc82e7cc15537f5a7c04f457d3">chEvtWaitOneTimeout()</a>, <a class="el" href="group__messages.html#ga29a48a438e97dc47cb798a84e13764cb">chMsgSend()</a>, <a class="el" href="group__mutexes.html#ga2d6350c2d147d1165c359f30798205f5">chMtxLockS()</a>, <a class="el" href="group__scheduler.html#gae47a8819a21ef2d521124e76bfb37c95">chSchWakeupS()</a>, <a class="el" href="group__semaphores.html#gae7972b6b22b80ac09bac5a186277ab81">chSemResetI()</a>, <a class="el" href="group__semaphores.html#gaca0b70cf495a9cb7569e1cf5b07e2b3d">chSemSignalI()</a>, <a class="el" href="group__semaphores.html#ga0dc7b4339506de346d67b4560b271e44">chSemSignalWait()</a>, <a class="el" href="group__threads.html#ga24ab3a3a4d70214ee360867a1c3c75ac">chThdExit()</a>, and <a class="el" href="group__threads.html#ga94a5727ecdbe0f738dfc8e1ede1c3409">chThdWait()</a>.</p>
</div>
</div>
<a class="anchor" id="ad1088bc1f9970cc102dc28000134e9ab"></a><!-- doxytag: member="Thread::p_waiting" ref="ad1088bc1f9970cc102dc28000134e9ab" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="struct_threads_list.html">ThreadsList</a> <a class="el" href="struct_thread.html#ad1088bc1f9970cc102dc28000134e9ab">Thread::p_waiting</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Termination waiting list. </p>
<p>Definition at line <a class="el" href="chthreads_8h_source.html#l00135">135</a> of file <a class="el" href="chthreads_8h_source.html">chthreads.h</a>.</p>
<p>Referenced by <a class="el" href="group__threads.html#ga24ab3a3a4d70214ee360867a1c3c75ac">chThdExit()</a>, <a class="el" href="group__threads.html#ga94a5727ecdbe0f738dfc8e1ede1c3409">chThdWait()</a>, and <a class="el" href="group__threads.html#ga4f6ae58bb3cedfc03aacde6d49e49d35">init_thread()</a>.</p>
</div>
</div>
<a class="anchor" id="a282cb59bdbe00fcdf9741c47b735fa1f"></a><!-- doxytag: member="Thread::p_msgqueue" ref="a282cb59bdbe00fcdf9741c47b735fa1f" 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_thread.html#a282cb59bdbe00fcdf9741c47b735fa1f">Thread::p_msgqueue</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Messages queue. </p>
<p>Definition at line <a class="el" href="chthreads_8h_source.html#l00141">141</a> of file <a class="el" href="chthreads_8h_source.html">chthreads.h</a>.</p>
<p>Referenced by <a class="el" href="group__messages.html#ga29a48a438e97dc47cb798a84e13764cb">chMsgSend()</a>, and <a class="el" href="group__threads.html#ga4f6ae58bb3cedfc03aacde6d49e49d35">init_thread()</a>.</p>
</div>
</div>
<a class="anchor" id="a8651bb33a6947efd9061c035ca0b728f"></a><!-- doxytag: member="Thread::p_msg" ref="a8651bb33a6947efd9061c035ca0b728f" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
2010-11-22 05:53:37 +00:00
<td class="memname"><a class="el" href="group__types.html#ga35bcb0c321cd7bc45bf1a11fa17ebdd3">msg_t</a> <a class="el" href="struct_thread.html#a8651bb33a6947efd9061c035ca0b728f">Thread::p_msg</a></td>
2010-08-10 03:11:02 +00:00
</tr>
</table>
</div>
<div class="memdoc">
<p><a class="el" href="struct_thread.html" title="Structure representing a thread.">Thread</a> message. </p>
<p>Definition at line <a class="el" href="chthreads_8h_source.html#l00145">145</a> of file <a class="el" href="chthreads_8h_source.html">chthreads.h</a>.</p>
<p>Referenced by <a class="el" href="group__messages.html#ga29a48a438e97dc47cb798a84e13764cb">chMsgSend()</a>.</p>
</div>
</div>
<a class="anchor" id="aa571d2963bd8100fa210715dc5669522"></a><!-- doxytag: member="Thread::p_epending" ref="aa571d2963bd8100fa210715dc5669522" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
2010-11-22 05:53:37 +00:00
<td class="memname"><a class="el" href="group__types.html#gabff0c32475baf20ea8c5c710d6e8b708">eventmask_t</a> <a class="el" href="struct_thread.html#aa571d2963bd8100fa210715dc5669522">Thread::p_epending</a></td>
2010-08-10 03:11:02 +00:00
</tr>
</table>
</div>
<div class="memdoc">
<p>Pending events mask. </p>
<p>Definition at line <a class="el" href="chthreads_8h_source.html#l00151">151</a> of file <a class="el" href="chthreads_8h_source.html">chthreads.h</a>.</p>
<p>Referenced by <a class="el" href="group__events.html#ga6c219038c3e618e2142c6e1601997907">chEvtSignalI()</a>, <a class="el" href="group__events.html#ga8c5c6bf310a08cdc836d23f98a87dbf5">chEvtWaitAll()</a>, <a class="el" href="group__events.html#ga90d702300eecee3d05f83e95b155c3ee">chEvtWaitAllTimeout()</a>, <a class="el" href="group__events.html#gabd731d3ed2f037b2409e370676575f8d">chEvtWaitAny()</a>, <a class="el" href="group__events.html#gaf690406ccc833e2c9235e7e2041a6715">chEvtWaitAnyTimeout()</a>, <a class="el" href="group__events.html#ga77651e22578713ebe355c1213286c2e9">chEvtWaitOne()</a>, <a class="el" href="group__events.html#ga2944a7fc82e7cc15537f5a7c04f457d3">chEvtWaitOneTimeout()</a>, and <a class="el" href="group__threads.html#ga4f6ae58bb3cedfc03aacde6d49e49d35">init_thread()</a>.</p>
</div>
</div>
<a class="anchor" id="a3ae80b4b3de4c7a23c542ca251e1f017"></a><!-- doxytag: member="Thread::p_mtxlist" ref="a3ae80b4b3de4c7a23c542ca251e1f017" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="struct_mutex.html">Mutex</a>* <a class="el" href="struct_thread.html#a3ae80b4b3de4c7a23c542ca251e1f017">Thread::p_mtxlist</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>List of the mutexes owned by this thread. </p>
<dl class="note"><dt><b>Note:</b></dt><dd>The list is terminated by a <code>NULL</code> in this field. </dd></dl>
<p>Definition at line <a class="el" href="chthreads_8h_source.html#l00158">158</a> of file <a class="el" href="chthreads_8h_source.html">chthreads.h</a>.</p>
<p>Referenced by <a class="el" href="group__condvars.html#gab6357d80b01ed8d225ef1e30a66248f9">chCondWaitS()</a>, <a class="el" href="group__mutexes.html#ga2d6350c2d147d1165c359f30798205f5">chMtxLockS()</a>, <a class="el" href="group__mutexes.html#gae9ae07165126c9f6c0ce0b17bdb53669">chMtxUnlock()</a>, <a class="el" href="group__mutexes.html#ga853b4ced43d22fb5d82678dd2f0aba75">chMtxUnlockAll()</a>, <a class="el" href="group__mutexes.html#ga705fa60fb8aa28a6632f693e83f78c96">chMtxUnlockS()</a>, and <a class="el" href="group__threads.html#ga4f6ae58bb3cedfc03aacde6d49e49d35">init_thread()</a>.</p>
</div>
</div>
<a class="anchor" id="a38de11dd7f8cdcfbc45b2c467f400fe8"></a><!-- doxytag: member="Thread::p_realprio" ref="a38de11dd7f8cdcfbc45b2c467f400fe8" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
2010-11-22 05:53:37 +00:00
<td class="memname"><a class="el" href="group__types.html#ga5f2488ba73e5969cbc0f7033735374ee">tprio_t</a> <a class="el" href="struct_thread.html#a38de11dd7f8cdcfbc45b2c467f400fe8">Thread::p_realprio</a></td>
2010-08-10 03:11:02 +00:00
</tr>
</table>
</div>
<div class="memdoc">
<p>Thread's own, non-inherited, priority. </p>
<p>Definition at line <a class="el" href="chthreads_8h_source.html#l00162">162</a> of file <a class="el" href="chthreads_8h_source.html">chthreads.h</a>.</p>
<p>Referenced by <a class="el" href="group__mutexes.html#gae9ae07165126c9f6c0ce0b17bdb53669">chMtxUnlock()</a>, <a class="el" href="group__mutexes.html#ga853b4ced43d22fb5d82678dd2f0aba75">chMtxUnlockAll()</a>, <a class="el" href="group__mutexes.html#ga705fa60fb8aa28a6632f693e83f78c96">chMtxUnlockS()</a>, and <a class="el" href="group__threads.html#ga4f6ae58bb3cedfc03aacde6d49e49d35">init_thread()</a>.</p>
</div>
</div>
<a class="anchor" id="ae0e65912a0c02df5477a3a524cd41d97"></a><!-- doxytag: member="Thread::p_mpool" ref="ae0e65912a0c02df5477a3a524cd41d97" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void* <a class="el" href="struct_thread.html#ae0e65912a0c02df5477a3a524cd41d97">Thread::p_mpool</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Memory Pool where the thread workspace is returned. </p>
<p>Definition at line <a class="el" href="chthreads_8h_source.html#l00168">168</a> of file <a class="el" href="chthreads_8h_source.html">chthreads.h</a>.</p>
<p>Referenced by <a class="el" href="group__threads.html#gad3ccc1a6f054c543258ed2fe97ed2f58">chThdCreateFromMemoryPool()</a>, and <a class="el" href="group__threads.html#gaa22f80040cf192015be4607f31a0ac80">chThdRelease()</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>