![]() |
ChibiOS/RT Architecture - Reference Manual - Guides |
File: testmtx.c
This module implements the test sequence for the Mutexes and Condition Variables subsystems.
Tests on those subsystems are particularly critical because the system-wide implications of the Priority Inheritance mechanism.
Objective of the test module is to cover 100% of the subsystems code.
The module requires the following kernel options:
CH_USE_MUTEXES CH_USE_CONDVARS CH_DBG_THREADS_PROFILING In case some of the required options are not enabled then some or all tests may be skipped.
1.7.1