diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2007-12-17 14:57:44 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2007-12-17 14:57:44 +0000 |
commit | 0bb20d36f4f1c8457416167b399d976d26660611 (patch) | |
tree | 9c7419af17e2c81944eaeb7aa230681c0936c707 /src/chmtx.c | |
parent | 430010715e7a9af17185412273165674f3b58f20 (diff) | |
download | ChibiOS-0bb20d36f4f1c8457416167b399d976d26660611.tar.gz ChibiOS-0bb20d36f4f1c8457416167b399d976d26660611.tar.bz2 ChibiOS-0bb20d36f4f1c8457416167b399d976d26660611.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@142 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'src/chmtx.c')
-rw-r--r-- | src/chmtx.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/chmtx.c b/src/chmtx.c index 1c0055acd..c097f2f33 100644 --- a/src/chmtx.c +++ b/src/chmtx.c @@ -56,15 +56,15 @@ static void prio_enq(Thread *tp, ThreadsQueue *tqp) { }
/*
- * 0 +++BA++------------------2+++--8++++++++++BR0----------------------------
- * 1 .......++AA++--2+++++++++BA....8..........++++++++BR8++++AR1-------------
- * 2 .............++AA..............................................----++AR++
- * 8 .............................++AA........................++++++AR++......
+ * 0 +++BL++------------------2+++--8++++++++++BU0----------------------------
+ * 1 .......++AL++--2+++++++++BL....8..........++++++++BU8++++AU1-------------
+ * 2 .............++AL..............................................----++AU++
+ * 8 .............................++AL........................++++++AU++......
*
*
- * 5 ++++++++++++++++++AA+....9++++++++++++++AR5------------------------------
+ * 5 ++++++++++++++++++AL+....9++++++++++++++AU5------------------------------
* 7 .....................++--------------------------------------------------
- * 9 .......................++AA.............+++++++++AR++++++++++++++++++++++
+ * 9 .......................++AL.............+++++++++AU++++++++++++++++++++++
*/
/**
|