summaryrefslogtreecommitdiff
path: root/rtems-coverage/Explanations.txt
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-21 20:03:24 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-21 20:03:24 +0000
commit3642daa0ec0442a0e44419208f8a8ed84750fcb6 (patch)
treea2bfcc1c35b5ac0dcd57697e192847bb76721ab8 /rtems-coverage/Explanations.txt
parent1ba71d76d06aa50f838da5a62cbcc785905ce5d0 (diff)
2009-07-21 Joel Sherrill <joel.sherrill@OARcorp.com>
* Explanations.txt: Explanation improvements. * gen_report: Add spintrcritical09 as one not to worry about completion.
Diffstat (limited to 'rtems-coverage/Explanations.txt')
-rw-r--r--rtems-coverage/Explanations.txt11
1 files changed, 5 insertions, 6 deletions
diff --git a/rtems-coverage/Explanations.txt b/rtems-coverage/Explanations.txt
index 8d0411e..fef5fd3 100644
--- a/rtems-coverage/Explanations.txt
+++ b/rtems-coverage/Explanations.txt
@@ -285,16 +285,15 @@ addressed by reworking the loop in some way.
threadqprocesstimeout.c:46
Interrupt Synchronization
-This is processing a timeout on a thread that times out while it is in the
-process of blocking on a thread queue.
+This is processing a timeout on a thread (that is NOT the thread executing)
+that times out while another thread is in the process of blocking on
+a thread queue.
+++
threadqprocesstimeout.c:54
Interrupt Synchronization
-This is the return code from threadqprocesstimeout.c:46. Perhaps
-restructuring this code will make it easier to combine these. Hit the
-normal path first and return. Then fall into the unusual synchronization
-path.
+This is processing a timeout on a thread (that is the thread executing)
+that has also had its request satisfied while it is being enqueued.
+++
watchdoginsert.c:52