From 824e30be80c79d866ac444b4eed7f4df0cf154c1 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 9 May 2009 13:06:30 +0000 Subject: Fixed bugs 2789377 and 2789383. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@956 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- docs/src/main.dox | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/src') 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. * *

The priority inversion problem

* The mutexes in ChibiOS/RT implements the full priority -- cgit v1.2.3