Skip to content

Commit 2b8e614

Browse files
Chris Friedtcfriedt
authored andcommitted
doc: posix: move sched_yield() from to POSIX_THREADS_base
Move `sched_yield()` from the `_POSIX_PRIORITY_SCHEDULING` Option to the `POSIX_THREADS_BASE` Option Group. For more information, please see https://pubs.opengroup.org/onlinepubs/9799919799/xrat/V4_subprofiles.html Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
1 parent 8f899db commit 2b8e614

File tree

1 file changed

+1
-1
lines changed
  • doc/services/portability/posix/option_groups

1 file changed

+1
-1
lines changed

doc/services/portability/posix/option_groups/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,6 +650,7 @@ Enable this option group with :kconfig:option:`CONFIG_POSIX_THREADS`.
650650
pthread_setspecific(),yes
651651
pthread_sigmask(),yes
652652
pthread_testcancel(),yes
653+
sched_yield(),yes
653654

654655
.. _posix_option_group_posix_threads_ext:
655656

@@ -910,7 +911,6 @@ Enable this option with :kconfig:option:`CONFIG_POSIX_PRIORITY_SCHEDULING`.
910911
sched_rr_get_interval(),yes :ref:`†<posix_undefined_behaviour>`
911912
sched_setparam(),yes :ref:`†<posix_undefined_behaviour>`
912913
sched_setscheduler(),yes :ref:`†<posix_undefined_behaviour>`
913-
sched_yield(),yes
914914

915915
.. _posix_option_raw_sockets:
916916

0 commit comments

Comments
 (0)