summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spintrcritical15 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add HAVE_CONFIG_H.Ralf Corsepius2011-02-221-0/+4
|
* fixed some typosThomas Doerfler2009-11-301-1/+1
|
* 2009-09-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-09-271-0/+1
| | | | | * sp59/init.c, spintrcritical15/init.c, spintrcritical16/init.c: Correct minor issues uncovered on uC5282.
* 2009-07-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-07-281-8/+0
| | | | | | | | | | * Makefile.am, configure.ac: Add test case for processing a timeout on a thread (that is the thread executing) that has also had its request satisfied while it is being enqueued. * spintrcritical16/.cvsignore, spintrcritical16/Makefile.am, spintrcritical16/init.c, spintrcritical16/spintrcritical16.doc, spintrcritical16/spintrcritical16.scn: New files. * spintrcritical15/init.c: Remove unused TSR>
* 2009-07-27 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-07-275-0/+178
* Makefile.am, configure.ac: Add test case for a thread timing out on a thread queue while another thread is in the process of blocking on the same thread queue. * spintrcritical15/.cvsignore, spintrcritical15/Makefile.am, spintrcritical15/init.c, spintrcritical15/spintrcritical15.doc, spintrcritical15/spintrcritical15.scn: New files.