source: rtems/testsuites/psxtests/psx09/psx09.scn @ 9a4eca5

5
Last change on this file since 9a4eca5 was c45ca10, checked in by Joel Sherrill <joel.sherrill@…>, on 08/19/09 at 17:28:19

2009-08-19 Joel Sherrill <joel.sherrill@…>

  • 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.
  • Property mode set to 100644
File size: 948 bytes
Line 
1*** POSIX TEST 9 ***
2Init's ID is 0x0b010001
3Init: pthread_getschedparam - SUCCESSFUL
4Init: Fri May 24 11:05:00 1996 - current priority = 2
5Init: pthread_setschedparam - SUCCESSFUL (sporadic server)
6Init: Fri May 24 11:05:00 1996 - new priority = 254
7Init: Fri May 24 11:05:00 1996 - new priority = 252
8Init: Fri May 24 11:05:00 1996 - new priority = 254
9Init: Fri May 24 11:05:00 1996 - new priority = 252
10Init: Fri May 24 11:05:01 1996 - new priority = 254
11
12Init: pthread_setschedparam - SUCCESSFUL (sporadic server)
13Init: Initializing mutex attributes for priority ceiling
14Init: Creating a mutex
15Init: Fri May 24 11:05:01 1996 - new priority = 254
16Init: pthread_mutex_lock acquire the lock
17Init: Fri May 24 11:05:01 1996 - new priority = 254
18Init: Fri May 24 11:05:01 1996 - new priority = 254
19Init: unlock mutex
20Init: Fri May 24 11:05:01 1996 - new priority = 254
21Init: Fri May 24 11:05:01 1996 - new priority = 250
22*** END OF POSIX TEST 9 ***
Note: See TracBrowser for help on using the repository browser.