Changeset 5d1fc66 in rtems

Timestamp:
08/12/16 13:54:46 (8 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
fea392a
Parents:
9c42752
git-author:
Sebastian Huber <sebastian.huber@…> (08/12/16 13:54:46)
git-committer:
Sebastian Huber <sebastian.huber@…> (08/18/16 05:28:00)
Message:

psxtests: Adjust sporadic server tests

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.

(No files)

Note: See TracChangeset for help on using the changeset viewer.