Skip to content

Commit

Permalink
doc: posix: mark set and get inheritsched as supported
Browse files Browse the repository at this point in the history
`pthread_attr_getinheritsched()` and
`pthread_attr_setinheritsched()` are now implemented,
mark it so.

signed-off-by: Gaetan Perrot <gaetanperrotpro@gmail.com>
  • Loading branch information
moonlight83340 committed Feb 3, 2024
1 parent 43c6d15 commit 4794989
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/services/portability/posix/option_groups/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -438,10 +438,10 @@ _POSIX_THREAD_PRIORITY_SCHEDULING
:header: API, Supported
:widths: 50,10

pthread_attr_getinheritsched(),
pthread_attr_getinheritsched(),yes
pthread_attr_getschedpolicy(),yes
pthread_attr_getscope(),
pthread_attr_setinheritsched(),
pthread_attr_setinheritsched(),yes
pthread_attr_setschedpolicy(),yes
pthread_attr_setscope(),
pthread_getschedparam(),yes
Expand Down

0 comments on commit 4794989

Please sign in to comment.