forked from Imagelibrary/rtems
Test the proper serialization of explicit thread priority changes (for example rtems_task_set_priority()) and thread priority changes carried out by thread queues (locking protocols such as priority inheritance). With RTEMS_DEBUG enabled, the new test case fails with an assertion. It is fixed in a follow up commit. Update #5159.