1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>Xenomai API: xnsched Struct Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.6 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li class="current"><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td><label> <u>S</u>earch for </label></td>
<td><input type="text" name="query" value="" size="20" accesskey="s"/></td>
</tr>
</table>
</form>
</li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="functions.html"><span>Data Fields</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>xnsched Struct Reference<br>
<small>
[<a class="el" href="group__sched.html">Sched</a>]</small>
</h1><!-- doxytag: class="xnsched" --><hr><a name="_details"></a><h2>Detailed Description</h2>
Scheduling information structure. <table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Data Fields</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">xnflags_t </td><td class="memItemRight" valign="bottom"><a class="el" href="structxnsched.html#d700d0003b158a60599221047b2fc52e">status</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct xnthread * </td><td class="memItemRight" valign="bottom"><a class="el" href="structxnsched.html#fd2e6c15e470a38b385930c613856e7b">curr</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">xnarch_cpumask_t </td><td class="memItemRight" valign="bottom"><a class="el" href="structxnsched.html#6bc9e4bc8d3deace95765f8a5f6e93f9">resched</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct xnsched_rt </td><td class="memItemRight" valign="bottom"><a class="el" href="structxnsched.html#0890af51db917d0e6c02d1ff487daad5">rt</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">volatile unsigned </td><td class="memItemRight" valign="bottom"><a class="el" href="structxnsched.html#c9262f830ab6073df75a6f22e905556d">inesting</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct xntimer </td><td class="memItemRight" valign="bottom"><a class="el" href="structxnsched.html#e2818d36a93ef25f121c67f2ff34d236">htimer</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct xnthread </td><td class="memItemRight" valign="bottom"><a class="el" href="structxnsched.html#0804d68b819bdf478bb74b8baa3954bb">rootcb</a></td></tr>
</table>
<hr><h2>Field Documentation</h2>
<a class="anchor" name="d700d0003b158a60599221047b2fc52e"></a><!-- doxytag: member="xnsched::status" ref="d700d0003b158a60599221047b2fc52e" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">xnflags_t <a class="el" href="structxnsched.html#d700d0003b158a60599221047b2fc52e">xnsched::status</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Scheduler specific status bitmask.
<p>Referenced by <a class="el" href="pod_8c-source.html#l01078">xnpod_delete_thread()</a>, <a class="el" href="pod_8h-source.html#l00251">xnpod_schedule()</a>, and <a class="el" href="ksrc_2nucleus_2timer_8c-source.html#l00341">xntimer_tick_aperiodic()</a>.</p>
</div>
</div><p>
<a class="anchor" name="fd2e6c15e470a38b385930c613856e7b"></a><!-- doxytag: member="xnsched::curr" ref="fd2e6c15e470a38b385930c613856e7b" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">struct xnthread* <a class="el" href="structxnsched.html#fd2e6c15e470a38b385930c613856e7b">xnsched::curr</a><code> [read]</code> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Current thread.
<p>Referenced by <a class="el" href="pod_8c-source.html#l01078">xnpod_delete_thread()</a>, <a class="el" href="pod_8c-source.html#l01575">xnpod_resume_thread()</a>, and <a class="el" href="pod_8c-source.html#l01361">xnpod_suspend_thread()</a>.</p>
</div>
</div><p>
<a class="anchor" name="6bc9e4bc8d3deace95765f8a5f6e93f9"></a><!-- doxytag: member="xnsched::resched" ref="6bc9e4bc8d3deace95765f8a5f6e93f9" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">xnarch_cpumask_t <a class="el" href="structxnsched.html#6bc9e4bc8d3deace95765f8a5f6e93f9">xnsched::resched</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Mask of CPUs needing rescheduling.
</div>
</div><p>
<a class="anchor" name="0890af51db917d0e6c02d1ff487daad5"></a><!-- doxytag: member="xnsched::rt" ref="0890af51db917d0e6c02d1ff487daad5" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">struct xnsched_rt <a class="el" href="structxnsched.html#0890af51db917d0e6c02d1ff487daad5">xnsched::rt</a><code> [read]</code> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Context of built-in real-time class.
</div>
</div><p>
<a class="anchor" name="c9262f830ab6073df75a6f22e905556d"></a><!-- doxytag: member="xnsched::inesting" ref="c9262f830ab6073df75a6f22e905556d" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">volatile unsigned <a class="el" href="structxnsched.html#c9262f830ab6073df75a6f22e905556d">xnsched::inesting</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Interrupt nesting level.
</div>
</div><p>
<a class="anchor" name="e2818d36a93ef25f121c67f2ff34d236"></a><!-- doxytag: member="xnsched::htimer" ref="e2818d36a93ef25f121c67f2ff34d236" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">struct xntimer <a class="el" href="structxnsched.html#e2818d36a93ef25f121c67f2ff34d236">xnsched::htimer</a><code> [read]</code> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Host timer.
<p>Referenced by <a class="el" href="pod_8c-source.html#l02669">xnpod_enable_timesource()</a>, and <a class="el" href="ksrc_2nucleus_2timer_8c-source.html#l00341">xntimer_tick_aperiodic()</a>.</p>
</div>
</div><p>
<a class="anchor" name="0804d68b819bdf478bb74b8baa3954bb"></a><!-- doxytag: member="xnsched::rootcb" ref="0804d68b819bdf478bb74b8baa3954bb" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">struct xnthread <a class="el" href="structxnsched.html#0804d68b819bdf478bb74b8baa3954bb">xnsched::rootcb</a><code> [read]</code> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Root thread control block.
<p>Referenced by <a class="el" href="pod_8c-source.html#l00339">xnpod_init()</a>.</p>
</div>
</div><p>
<hr>The documentation for this struct was generated from the following file:<ul>
<li>include/nucleus/<a class="el" href="sched_8h-source.html">sched.h</a></ul>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Mon Aug 2 12:48:40 2010 for Xenomai API by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
</body>
</html>
|