summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmthread05 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-2/+2
|
* psxtmthread05: delete spurious .cvsignore fileGedare Bloom2013-11-271-2/+0
|
* psxtmtests: copy psxtmthread05 to psxtmthread06, fix psxtmthread05Daniel Ramirez2013-11-273-10/+8
| | | | | | The psxtmthread05 test was testing the functionality meant for psxtmthread06. This patch copies the psxtmthread05 to psxtmthread06 and modifies psxtmthread05 to test the intended functionality.
* psxtmtests: Add psxtmthread05 for pthread_setschedparamChirayu Desai2013-11-273-0/+151
New test psxtmthread 05 uses two tasks and times lowering the priority of one task plus the preemption and context switch to the other task.