gnuk/ChibiOS_2.0.8/docs/html/test_threads.html

60 lines
2.7 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: Threads and Scheduler test</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><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="navpath">
<ul>
<li><a class="el" href="main.html">ChibiOS/RT</a> </li>
<li><a class="el" href="testsuite.html">Testing Strategy</a> </li>
</ul>
2010-08-10 03:11:02 +00:00
</div>
</div>
2010-11-22 05:53:37 +00:00
<div class="header">
<div class="headertitle">
<h1>Threads and Scheduler test </h1> </div>
</div>
2010-08-10 03:11:02 +00:00
<div class="contents">
2010-11-22 05:53:37 +00:00
<p>File: <a class="el" href="testthd_8c.html">testthd.c</a></p>
2010-08-10 03:11:02 +00:00
<h2>Description</h2>
<p>This module implements the test sequence for the <a class="el" href="group__scheduler.html">Scheduler</a>, <a class="el" href="group__threads.html">Threads</a> and <a class="el" href="group__time.html">Time and Virtual Timers</a> subsystems.<br/>
Note that the tests on those subsystems are formally required but most of their functionality is already demonstrated because the test suite itself depends on them, anyway double check is good.</p>
<h2>Objective</h2>
<p>Objective of the test module is to cover 100% of the subsystems code.</p>
<h2>Preconditions</h2>
<p>None.</p>
<h2>Test Cases</h2>
<ul>
2010-11-22 05:53:37 +00:00
<li><a class="el" href="test_threads_001.html">Ready List functionality #1</a></li>
<li><a class="el" href="test_threads_002.html">Ready List functionality #2</a></li>
<li><a class="el" href="test_threads_003.html">Threads priority change test</a></li>
<li><a class="el" href="test_threads_004.html">Threads delays test</a></li>
2010-08-10 03:11:02 +00:00
</ul>
</div>
<hr size="1"><address style="text-align: right;"><small>
2010-11-30 04:54:43 +00:00
Generated on Sun Nov 28 2010 14:09:56 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>