-
Notifications
You must be signed in to change notification settings - Fork 7.4k
posix: sched: Implement sched_setparam() and sched_setscheduler() #67038
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
posix: sched: Implement sched_setparam() and sched_setscheduler() #67038
Conversation
Add `pid_t` typedef for some configurations where it is missed. Signed-off-by: Dmitrii Golovanov <[email protected]>
Add `CONFIG_POSIX_SCHED` Kconfig option to select APIs from PSE53 `_POSIX_PRIORITY_SCHEDULING` option group. Signed-off-by: Dmitrii Golovanov <[email protected]>
Implement `sched_getparam()` and `sched_getscheduler()` POSIX APIs as a part of PSE53 `_POSIX_PRIORITY_SCHEDULING` option group. Signed-off-by: Dmitrii Golovanov <[email protected]>
4d3a047
to
0ef05f5
Compare
60c7ac3
to
5331d82
Compare
Implement `sched_setparam()` and `sched_setscheduler()` POSIX APIs as a part of PSE53 `_POSIX_PRIORITY_SCHEDULING` option group. signed-off-by: Gaetan Perrot <[email protected]>
5331d82
to
ca40fbf
Compare
@moonlight83340 why you duplicate #67028 ? |
Sorry I wanted to continue with your work for base (That why it's a draft). |
then could you rename it and give some description ? just to avoid confusion |
Okay, I will do that, thank you |
Seems okay for you ? |
Implement sched_setparam() and sched_setscheduler() POSIX APIs
as a part of PSE53 _POSIX_PRIORITY_SCHEDULING option group.
I start my draft from the pull request : #67028
Resolves : #66963
resolves : #66962