diff options
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/main.dox | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/src/main.dox b/docs/src/main.dox index 184bfab11..f4e638ca7 100644 --- a/docs/src/main.dox +++ b/docs/src/main.dox @@ -83,6 +83,7 @@ * - @subpage test_threads
* - @subpage test_dynamic
* - @subpage test_msg
+ * - @subpage test_mtx
* - @subpage test_events
* - @subpage test_mbox
* - @subpage test_queues
@@ -230,8 +231,8 @@ * In ChibiOS/RT the Unlock operations are always performed in Lock-reverse
* order. The Unlock API does not even have a parameter, the mutex to unlock
* is taken from an internal stack of owned mutexes.
- * This both improves the performance and is required by the priority
- * inheritance mechanism.
+ * This both improves the performance and is required by an efficient
+ * implementation of the priority inheritance mechanism.
*
* <h2>The priority inversion problem</h2>
* The mutexes in ChibiOS/RT implements the <b>full</b> priority
|