RE: RTEMS POSIX Priority Inversion Issue.

2018-12-28 Thread JunBeom Kim (EmbedCoreTech)
Dear Joel, Thank you for your advice. I will check this from RTEMS 4.12 and RTEMS 5.0. After I check this, I will share update information. Have a good weekend and Happy new year. Best Regards, JunBeom From: Joel Sherrill Sent: Saturday, December 29, 2018 1:46 AM To: JunB

Re: RTEMS POSIX Priority Inversion Issue.

2018-12-28 Thread Joel Sherrill
Hi I'm off for the holidays and answering from my phone. My suspicion is that the pthread command is an alias for the tasks command. Thus it is not reporting the priority from the view of the POSIX API but from the view of the Classic API. Internally all threads and tasks are instances of SuperCor