summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-20 21:39:25 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-20 21:39:25 +0000
commita87d1b16129912bb185fbd68af1e2dd0221bdeab (patch)
tree9899e0e1183926346bdbc07d3e066e9ea5fb9b15 /testsuites/psxtmtests/ChangeLog
parent2011-07-20 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-a87d1b16129912bb185fbd68af1e2dd0221bdeab.tar.bz2
2011-07-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of pthread_mutex_unlock where it is unblocking threads with preemption. * psxtmmutex06/.cvsignore, psxtmmutex06/Makefile.am, psxtmmutex06/init.c, psxtmmutex06/psxtmmutex06.doc: New files.
Diffstat (limited to 'testsuites/psxtmtests/ChangeLog')
-rw-r--r--testsuites/psxtmtests/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuites/psxtmtests/ChangeLog b/testsuites/psxtmtests/ChangeLog
index 609d963ab9..e1c646f07b 100644
--- a/testsuites/psxtmtests/ChangeLog
+++ b/testsuites/psxtmtests/ChangeLog
@@ -1,5 +1,12 @@
2011-07-20 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of
+ pthread_mutex_unlock where it is unblocking threads with preemption.
+ * psxtmmutex06/.cvsignore, psxtmmutex06/Makefile.am,
+ psxtmmutex06/init.c, psxtmmutex06/psxtmmutex06.doc: New files.
+
+2011-07-20 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* psxtmmutex05/init.c: Fix test. Pattern was wrong.
2011-07-20 Joel Sherrill <joel.sherrill@oarcorp.com>