summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2011-07-26 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill2011-07-268-1/+220
| | | | | | | | PR 1850/tests * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of sem_post - thread waiting, preempt. * psxtmsem05/.cvsignore, psxtmsem05/Makefile.am, psxtmsem05/init.c, psxtmsem05/psxtmsem05.doc: New files.
* 2011-07-26 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill2011-07-268-15/+175
| | | | | | | | PR 1849/tests * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of sem_post - thread waiting, no preempt. * psxtmsem04/.cvsignore, psxtmsem04/Makefile.am, psxtmsem04/init.c, psxtmsem04/psxtmsem04.doc: New files.
* 2011-07-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-07-222-1/+5
| | | | * psxtmthread03/psxtmthread03.doc: Fix.
* 2011-07-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-07-225-7/+15
| | | | | | * psxtmmutex02/psxtmmutex02.doc, psxtmsem01/psxtmsem01.doc, psxtmsem02/psxtmsem02.doc, psxtmthread01/psxtmthread01.doc: Ensure all are correct.
* 2011-07-22 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill2011-07-228-5/+230
| | | | | | | | PR 1847/tests * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of various non-blocking semaphore operations. * psxtmsem02/.cvsignore, psxtmsem02/Makefile.am, psxtmsem02/init.c, psxtmsem02/psxtmsem02.doc: New files.
* 2011-07-22 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill2011-07-228-8/+279
| | | | | | | | | PR 1846/tests * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of various sem_open(), sem_close(), sem_unlink(), sem_init(), and sem_destroy() cases. * psxtmsem01/.cvsignore, psxtmsem01/Makefile.am, psxtmsem01/init.c, psxtmsem01/psxtmsem01.doc: New files.
* 2011-07-21 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill2011-07-217-0/+184
| | | | | | | | PR 1835/tests * Makefile.am, configure.ac: Add benchmark of pthread_mutex_timedlock - not available, block. * psxtmmutex04/.cvsignore, psxtmmutex04/Makefile.am, psxtmmutex04/init.c, psxtmmutex04/psxtmmutex04.doc: New files.
* 2011-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-07-218-17/+23
| | | | | | * psxtmmutex02/init.c, psxtmmutex05/init.c, psxtmmutex06/init.c, psxtmnanosleep02/init.c, psxtmsleep02/init.c, psxtmthread01/init.c, psxtmthread03/init.c: Standardize start and end test messages.
* 2011-07-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-07-208-2/+211
| | | | | | | * 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>Joel Sherrill2011-07-202-22/+14
| | | | * psxtmmutex05/init.c: Fix test. Pattern was wrong.
* 2011-07-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-07-207-0/+168
| | | | | | | * Makefile.am, configure.ac: Add benchmark of pthread_mutex_unlock where it is unblocking threads without preemption. * psxtmmutex05/.cvsignore, psxtmmutex05/Makefile.am, psxtmmutex05/init.c, psxtmmutex05/psxtmmutex05.doc: New files.
* 2011-07-20 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill2011-07-208-3/+153
| | | | | | | | PR 1843/tests * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of key create and delete. * psxtmkey01/.cvsignore, psxtmkey01/Makefile.am, psxtmkey01/init.c, psxtmkey01/psxtmkey01.doc: New files.
* 2011-07-19 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill2011-07-198-2/+159
| | | | | | | | PR 1840/tests * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of key set and get. * psxtmkey02/.cvsignore, psxtmkey02/Makefile.am, psxtmkey02/init.c, psxtmkey02/psxtmkey02.doc: New files.
* 2011-07-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2011-07-182-1/+4
| | | | * configure.ac: Remove psxtmmutex04 until PR 1836 is processed.
* 2011-07-15 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill2011-07-158-2/+161
| | | | | | | | PR 1835/tests * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of mutex set and get priority ceiling. * psxtmmutex07/.cvsignore, psxtmmutex07/Makefile.am, psxtmmutex07/init.c, psxtmmutex07/psxtmmutex07.doc: New files.
* 2011-07-13 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-07-132-24/+29
| | | | * psxtmtests_plan.csv: Update to reflect next activities.
* 2011-07-13 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill2011-07-138-9/+156
| | | | | | | | PR 1831/tests * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of mutex init and destroy. * psxtmmutex01/.cvsignore, psxtmmutex01/Makefile.am, psxtmmutex01/init.c, psxtmmutex01/psxtmmutex01.doc: New files.
* 2011-07-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-07-123-8/+10
| | | | | * psxtmnanosleep01/init.c, psxtmsleep01/init.c: Do not divide by OPERATION_COUNT on single shot times.
* 2011-07-12 Ricardo Aguirre <el.mastin@ymail.com>Joel Sherrill2011-07-128-5/+240
| | | | | | * Makefile.am, configure.ac, psxtmtests_plan.csv: Add psxtmmutex03. * psxtmmutex03/.cvsignore, psxtmmutex03/Makefile.am, psxtmmutex03/init.c, psxtmmutex03/psxtmmutex03.doc: New files.
* Fix.Joel Sherrill2011-06-301-3/+11
|
* 2011-06-29 Ricardo AguirreJennifer Averett2011-06-293-0/+8
| | | | * psxtmnanosleep01/.cvsignore, psxtmnanosleep02/.cvsignore: New files.
* 2011-06-29 Ricardo AguirreJennifer Averett2011-06-299-2/+253
| | | | | | | | | | | * psxtmtests/Makefile.am, psxtmtests/configure.ac, psxtmtests/psxtmtests_plan.csv: Added nanosleep tests. * psxtmtests/psxtmnanosleep01/Makefile.am, psxtmtests/psxtmnanosleep01/init.c, psxtmtests/psxtmnanosleep01/psxtmnanosleep01.doc, psxtmtests/psxtmnanosleep02/Makefile.am, psxtmtests/psxtmnanosleep02/init.c, psxtmtests/psxtmnanosleep02/psxtmnanosleep02.doc: New files.
* 2011-06-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-06-242-10/+14
| | | | * psxtmtests_plan.csv: Complete plan for mutexes.
* 2011-06-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-06-222-4/+8
| | | | * psxtmtests_plan.csv: Update.
* 2011-06-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-06-227-4/+145
| | | | | | * Makefile.am, configure.ac: Add test case for sleep - blocking. * psxtmsleep02/.cvsignore, psxtmsleep02/Makefile.am, psxtmsleep02/init.c, psxtmsleep02/psxtmsleep02.doc: New files.
* 2011-06-13 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-06-142-612/+4
| | | | * psxtmsleep01/Makefile.in: Removed.
* 2011-06-13 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-06-139-3/+729
| | | | | | | * Makefile.am, configure.ac, psxtmtests_plan.csv: Add psxtmsleep01. * psxtmsleep01/.cvsignore, psxtmsleep01/Makefile.am, psxtmsleep01/Makefile.in, psxtmsleep01/init.c, psxtmsleep01/psxtmsleep01.doc: New files.
* 2011-06-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-06-102-0/+10
| | | | * psxtmtests_plan.csv: Add sleep and nanosleep cases.
* 2011-04-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-04-203-14/+58
| | | | * README, psxtmtests_plan.csv: Add more possible test cases.
* Add config.h.inRalf Corsepius2011-03-011-0/+1
|
* 2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-222-0/+5
| | | | * configure.ac: Add AC_CONFIG_HEADER(config.h).
* 2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-221-0/+5
| | | | | * psxtmmutex02/init.c, psxtmthread01/init.c, psxtmthread03/init.c: Add HAVE_CONFIG_H.
* Add HAVE_CONFIG_H.Ralf Corsepius2011-02-223-0/+12
|
* 2011-02-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-083-2/+6
| | | | * psxtmmutex02/init.c, psxtmthread03/init.c: end_time is a uint32_t.
* 2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-022-2/+6
| | | | * configure.ac: Require autoconf-2.68, automake-1.11.1.
* 2010-12-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-12-0618-0/+672
* .cvsignore, ChangeLog, Makefile.am, README, configure.ac, psxtmtests_plan.csv, psxtmmutex02/.cvsignore, psxtmmutex02/Makefile.am, psxtmmutex02/init.c, psxtmmutex02/psxtmmutex02.doc, psxtmthread01/.cvsignore, psxtmthread01/Makefile.am, psxtmthread01/init.c, psxtmthread01/psxtmthread01.doc, psxtmthread03/.cvsignore, psxtmthread03/Makefile.am, psxtmthread03/init.c, psxtmthread03/psxtmthread03.doc: New files.