summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmthread02/init.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-12testsuites/psxtmtests: Change license to BSD-2Joel Sherrill1-3/+22
Updates #3053.
2017-11-06tests: Use simple console driverSebastian Huber1-1/+1
Update #3170. Update #3199.
2017-10-28tests: Remove TEST_INITSebastian Huber1-2/+0
The TEST_EXTERN is a used only by the system.h style tests and they use CONFIGURE_INIT appropriately. Update #3170. Update #3199.
2017-10-23testsuite: Use printk for all test output where possible.Chris Johns1-0/+2
- Remove the printf support leaving the direct printk support configured with TESTS_USE_PRINTK and all other output goes via a buffered vsniprintf call to printk. - Control the test's single init for functions and global data with TEST_INIT and not CONFIGURE_INIT. They are now separate. Updates #3170.
2014-09-16Use correct prototype of benchmark_timer_read()Joel Sherrill1-1/+1
This change starts with removing the effectively empty file timerdrv.h. The prototypes for benchmark_timer_XXX() were in btimer.h which was not universally used. Thus every use of timerdrv.h had to be changed to btimer.h. Then the prototypes for benchmark_timer_read() had to be adjusted to return benchmark_timer_t rather than int or uint32_t. I took this opportunity to also correct the file headers to separate the copyright from the file description comments which is needed to ensure the copyright isn't propagated into Doxygen output.
2014-09-04Misc psxtmtests: Use uint32_t not long for end_time to match printf() format ↵Joel Sherrill1-1/+1
expectations
2014-03-25psxtmtests: Add test.h supportbjorn larsson1-2/+4
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2013-12-07psxtmtests: Make output more uniformJoel Sherrill1-1/+1
2013-11-30psxtmthread02/init.c: Fix warningsJoel Sherrill1-4/+12
2013-11-30fixed psxtmthread02 test, updated .csv to be in sync and added test .docsDaniel Ramirez1-16/+18
2013-04-11testsuites: Fix warningsSebastian Huber1-2/+3
2013-01-14Create POSIX Timing Test psxtmthread02Christopher Kerl1-15/+22
Minor modifications were made to the student version to clearify methods and to clean up test output.
2013-01-09Create POSIX Timing Test psxtmcond02Christopher Kerl1-12/+26
2012-05-11psxtmtests - Eliminate missing prototype warningsJoel Sherrill1-1/+4
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2011-10-192011-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+1
* psxtmbarrier01/init.c, psxtmbarrier02/init.c, psxtmbarrier03/init.c, psxtmkey01/init.c, psxtmkey02/init.c, psxtmmq01/init.c, psxtmmutex01/init.c, psxtmmutex02/init.c, psxtmmutex03/init.c, psxtmmutex04/init.c, psxtmmutex05/init.c, psxtmmutex06/init.c, psxtmmutex07/init.c, psxtmnanosleep01/init.c, psxtmnanosleep02/init.c, psxtmrwlock01/init.c, psxtmrwlock02/init.c, psxtmrwlock03/init.c, psxtmrwlock04/init.c, psxtmrwlock05/init.c, psxtmrwlock06/init.c, psxtmrwlock07/init.c, psxtmsem01/init.c, psxtmsem02/init.c, psxtmsem03/init.c, psxtmsem04/init.c, psxtmsem05/init.c, psxtmsleep01/init.c, psxtmsleep02/init.c, psxtmthread03/init.c: Use benchmark_timer_t for benchmark_timer values (Avoid 64bit arch issues).
2011-07-122011-07-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-4/+2
* psxtmnanosleep01/init.c, psxtmsleep01/init.c: Do not divide by OPERATION_COUNT on single shot times.
2011-06-132011-06-13 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-31/+16
* 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-02-22Add HAVE_CONFIG_H.Ralf Corsepius1-0/+4
2010-12-062010-12-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+71
* .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.