mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-30 14:57:05 +08:00
* 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.
23 lines
948 B
Plaintext
23 lines
948 B
Plaintext
*** POSIX TEST 9 ***
|
|
Init's ID is 0x0b010001
|
|
Init: pthread_getschedparam - SUCCESSFUL
|
|
Init: Fri May 24 11:05:00 1996 - current priority = 2
|
|
Init: pthread_setschedparam - SUCCESSFUL (sporadic server)
|
|
Init: Fri May 24 11:05:00 1996 - new priority = 254
|
|
Init: Fri May 24 11:05:00 1996 - new priority = 252
|
|
Init: Fri May 24 11:05:00 1996 - new priority = 254
|
|
Init: Fri May 24 11:05:00 1996 - new priority = 252
|
|
Init: Fri May 24 11:05:01 1996 - new priority = 254
|
|
|
|
Init: pthread_setschedparam - SUCCESSFUL (sporadic server)
|
|
Init: Initializing mutex attributes for priority ceiling
|
|
Init: Creating a mutex
|
|
Init: Fri May 24 11:05:01 1996 - new priority = 254
|
|
Init: pthread_mutex_lock acquire the lock
|
|
Init: Fri May 24 11:05:01 1996 - new priority = 254
|
|
Init: Fri May 24 11:05:01 1996 - new priority = 254
|
|
Init: unlock mutex
|
|
Init: Fri May 24 11:05:01 1996 - new priority = 254
|
|
Init: Fri May 24 11:05:01 1996 - new priority = 250
|
|
*** END OF POSIX TEST 9 ***
|