summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx09/psx09.scn (follow)
Commit message (Collapse)AuthorAgeFilesLines
* psxtests: Adjust sporadic server testsSebastian Huber2016-08-181-10/+8
| | | | | | | | | | | | | According to POSIX priority value returned from pthread_getschedparam() shall be the value specified by the most recent pthread_setschedparam(), pthread_setschedprio(), or pthread_create() call affecting the target thread. Read this as though a temporary lower priority due to the sporadic server policy shall not be visible through pthread_getschedparam(). Thus, use rtems_task_set_priority() to get the current priority of the threads. Use a priority ceiling mutex to prevent sporadic server priority adjustments.
* 2009-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-08-191-11/+11
| | | | | | | * psx09/init.c, psx09/psx09.scn: Correct test following decision of when not to change ssporadic scheduler so it does not touch a task's priority when it is holding a mutex or its priority would be impacted adversely.
* 2002-11-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-141-1/+1
| | | | | | | * psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn, psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn, psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn: Per PR239 update the IDs in the various screens.
* Removed spaces.Joel Sherrill1998-12-031-1/+0
|
* Filled in the screenMark Johannes1996-08-231-0/+23
|
* basic sporadic server test.Joel Sherrill1996-08-071-0/+0
sporadic server with priority ceiling mutex test.