Skip to content
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: implement pthread_attr_getscope() and pthread_attr_setscope() #68450

Commits on Feb 6, 2024

  1. posix: Implement set and get scope APIs for pthread attr

    Implement `pthread_attr_setscope()` and `pthread_attr_getscope()`
    are required as part of _POSIX_THREAD_PRIORITY_SCHEDULING Option Group.
    
    signed-off-by: Gaetan Perrot <gaetanperrotpro@gmail.com>
    moonlight83340 committed Feb 6, 2024
    Copy the full SHA
    ed365ca View commit details
    Browse the repository at this point in the history
  2. doc: posix: mark set and get scope APIs for pthread attr as supported

    `pthread_attr_setscope()` and `pthread_attr_getscope()`
    are now implemented, mark it so.
    
    signed-off-by: Gaetan Perrot <gaetanperrotpro@gmail.com>
    moonlight83340 committed Feb 6, 2024
    Copy the full SHA
    3ea28bc View commit details
    Browse the repository at this point in the history
  3. posix: Implement tests for set and get scope APIs for pthread attr

    Add tests for `pthread_attr_setscope()`
    and `pthread_attr_getscope()`
    
    signed-off-by: Gaetan Perrot <gaetanperrotpro@gmail.com>
    moonlight83340 committed Feb 6, 2024
    Copy the full SHA
    ab951ea View commit details
    Browse the repository at this point in the history