Re: [PATCH] posix: Get real priority in pthread_getattr_np()

2020-05-15 Thread Gedare Bloom
Yes, please do push this in RTEMS 5. We want this to be consistent. On Fri, May 15, 2020 at 4:50 PM Sebastian Huber wrote: > > On 12/05/2020 07:28, Sebastian Huber wrote: > > > This is in line with pthread_setschedparam() and > > pthread_getschedparam(). > > > > Update #2514. > It should be in

Re: [PATCH] posix: Get real priority in pthread_getattr_np()

2020-05-15 Thread Sebastian Huber
On 12/05/2020 07:28, Sebastian Huber wrote: This is in line with pthread_setschedparam() and pthread_getschedparam(). Update #2514. It should be in RTEMS 5 from my point of view. ___ devel mailing list devel@rtems.org

Re: [PATCH] posix: Get real priority in pthread_getattr_np()

2020-05-13 Thread Heinz Junkes
Thanks for the good ideas. I have now replaced the accesses to the internal thread structure (real_priority, current_priority) with API - calls. One of the calls is from the pthread-library and therefore needs --enable-posix when creating the BSP. Calls used pthread_getschedparam