gnuk/ChibiOS_2.0.6/docs/html/test_mtx.html

70 lines
3.1 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: Mutexes 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>Mutexes 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="testmtx_8c.html">testmtx.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__mutexes.html">Mutexes</a> and <a class="el" href="group__condvars.html">Condition Variables</a> subsystems.<br/>
Tests on those subsystems are particularly critical because the system-wide implications of the Priority Inheritance mechanism.</p>
<h2>Objective</h2>
<p>Objective of the test module is to cover 100% of the subsystems code.</p>
<h2>Preconditions</h2>
<p>The module requires the following kernel options:</p>
<ul>
<li><code>CH_USE_MUTEXES</code> </li>
<li><code>CH_USE_CONDVARS</code> </li>
<li><code>CH_DBG_THREADS_PROFILING</code> </li>
</ul>
<p>In case some of the required options are not enabled then some or all tests may be skipped.</p>
<h2>Test Cases</h2>
<ul>
2010-11-22 05:53:37 +00:00
<li><a class="el" href="test_mtx_001.html">Priority enqueuing test</a></li>
<li><a class="el" href="test_mtx_002.html">Priority inheritance, simple case</a></li>
<li><a class="el" href="test_mtx_003.html">Priority inheritance, complex case</a></li>
<li><a class="el" href="test_mtx_004.html">Priority return verification</a></li>
<li><a class="el" href="test_mtx_005.html">Mutex status</a></li>
<li><a class="el" href="test_mtx_006.html">Condition Variable signal test</a></li>
<li><a class="el" href="test_mtx_007.html">Condition Variable broadcast test</a></li>
<li><a class="el" href="test_mtx_008.html">Condition Variable priority boost test</a></li>
2010-08-10 03:11:02 +00:00
</ul>
</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:45 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>