summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmcond09 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* psxtmtests: Avoid build system defined definesSebastian Huber2019-11-121-0/+2
| | | | Update #3818.
* testsuite/psxtmtests: Merged nested Makefile.am files into one Makefile.amChris Johns2018-04-101-28/+0
| | | | | | This change is part of the testsuite Makefile.am reorganization. Update #3382
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* Create POSIX Timing Test psxtmcond09Christopher Kerl2013-01-112-0/+39
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.