Skip to content

Commit

Permalink
doc: posix: mark sched_setparam & sched_setscheduler as supported
Browse files Browse the repository at this point in the history
`sched_setparam()` and `sched_setscheduler()` is now implemented,
mark it so.

signed-off-by: Gaetan Perrot <gaetanperrotpro@gmail.com>
  • Loading branch information
moonlight83340 authored and carlescufi committed Jan 31, 2024
1 parent c6c9924 commit 1970004
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 @@ -380,8 +380,8 @@ _POSIX_PRIORITY_SCHEDULING
sched_getparam(),
sched_getscheduler(),
sched_rr_get_interval(),
sched_setparam(),
sched_setscheduler(),
sched_setparam(),yes
sched_setscheduler(),yes
sched_yield(),yes

.. _posix_option_reader_writer_locks:
Expand Down

0 comments on commit 1970004

Please sign in to comment.