From 2badd25fab86c8e68dc979b4d5cdb6315ee2fdfe Mon Sep 17 00:00:00 2001 From: Chris Friedt Date: Tue, 25 Jun 2024 11:16:10 -0400 Subject: [PATCH] doc: posix: mark posix threads as supported Mark the POSIX_THREADS_BASE Option Group as complete and mark the _POSIX_THREADS Option as supported. Signed-off-by: Chris Friedt --- doc/services/portability/posix/conformance/index.rst | 2 +- doc/services/portability/posix/option_groups/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/services/portability/posix/conformance/index.rst b/doc/services/portability/posix/conformance/index.rst index 68397320e2d078f..2652294ac251267 100644 --- a/doc/services/portability/posix/conformance/index.rst +++ b/doc/services/portability/posix/conformance/index.rst @@ -43,7 +43,7 @@ POSIX System Interfaces :ref:`_POSIX_SEMAPHORES`, 200809L, :kconfig:option:`CONFIG_POSIX_SEMAPHORES` :ref:`_POSIX_SPIN_LOCKS`, 200809L, :kconfig:option:`CONFIG_POSIX_SPIN_LOCKS` :ref:`_POSIX_THREAD_SAFE_FUNCTIONS`, -1, :kconfig:option:`CONFIG_POSIX_THREAD_SAFE_FUNCTIONS` - :ref:`_POSIX_THREADS`, -1, :kconfig:option:`CONFIG_POSIX_THREADS` + :ref:`_POSIX_THREADS`, 200809L, :kconfig:option:`CONFIG_POSIX_THREADS` :ref:`_POSIX_TIMEOUTS`, 200809L, :kconfig:option:`CONFIG_POSIX_TIMEOUTS` :ref:`_POSIX_TIMERS`, 200809L, :kconfig:option:`CONFIG_POSIX_TIMERS` _POSIX2_C_BIND, 200809L, diff --git a/doc/services/portability/posix/option_groups/index.rst b/doc/services/portability/posix/option_groups/index.rst index 952d92a920417dc..dc79e5aa660aa9b 100644 --- a/doc/services/portability/posix/option_groups/index.rst +++ b/doc/services/portability/posix/option_groups/index.rst @@ -566,7 +566,7 @@ Enable this option group with :kconfig:option:`CONFIG_POSIX_THREADS`. pthread_join(),yes pthread_key_create(),yes pthread_key_delete(),yes - pthread_kill(), + pthread_kill(),yes pthread_mutex_destroy(),yes pthread_mutex_init(),yes pthread_mutex_lock(),yes