summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmcond08 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* psxtmtests: Use timeout in more distant futureAlexander Krutwig2015-03-311-2/+3
| | | | Adds future compatibility with strict monontonic software timestamps.
* Use correct prototype of benchmark_timer_read()Joel Sherrill2014-09-161-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.
* Misc psxtmtests: Use uint32_t not long for end_time to match printf() format ↵Joel Sherrill2014-09-041-1/+1
| | | | expectations
* psxtmtests: Add test.h supportbjorn larsson2014-03-251-2/+4
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-212-2/+2
|
* psxtmtests: Make output more uniformJoel Sherrill2013-12-071-4/+4
|
* fixed psxtmthread02 test, updated .csv to be in sync and added test .docsDaniel Ramirez2013-11-301-2/+18
|
* testsuites: Fix warningsSebastian Huber2013-04-111-3/+2
|
* Create POSIX Timing Test psxtmcond09Christopher Kerl2013-01-113-0/+217
Modifications were made to this submission allow the same init.c file to be ran by three tests that were very similar using posix pthread_cond_timedwait and pthread_cond_wait.