RTEMS shell: pthread priorities printed out as rtems priorities

Chris Johns chrisj at rtems.org
Mon Jun 27 08:11:12 UTC 2011


On 27/06/11 3:11 AM, Peter Dufault wrote:
> The RTEMS shell will print out the pthread priorities as what I assume are classic RTEMS task priorities, where lower means higher priority instead of the POSIX priority where a higher number is higher priority.  It caused me a moment of confusion.
>
> I think it should print out the same POSIX priorities you assigned the tasks with the POSIX interface.  Thoughts?
>

Maybe the kernel priority (which is the classic priority) and the API 
priority should be shown. A system can have a mix of class and POSIX and 
handling these differences could also be confusing.

Chris



More information about the users mailing list