Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

Priority handling in the Pthread library is still missing #3

Open
stlankes opened this issue Oct 8, 2015 · 3 comments
Open

Priority handling in the Pthread library is still missing #3

stlankes opened this issue Oct 8, 2015 · 3 comments

Comments

@stlankes
Copy link
Contributor

stlankes commented Oct 8, 2015

The implementation should be verified.

@stlankes stlankes changed the title Prioririty handling in the Pthread library is still missing Priority handling in the Pthread library is still missing Oct 8, 2015
@yash982000
Copy link
Contributor

Heyy @stlankes I am interested in working on this feature. Can you please guide me a little more about what exactly is to be done?Thanks in advance!!

@stlankes
Copy link
Contributor Author

stlankes commented Dec 5, 2020

I use a small library to realize POSIX threads. The function pte_osThreadCreate calls my kernel. I never checked if we pass correctly the priority to the kernel.

@yash982000
Copy link
Contributor

I think changing it to pthread_setschedparam() function might correctly prioritize.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants