[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RTEMS shell: pthread priorities printed out as rtems priorities



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