From 5bfed9ef6b27b225ace044807fbad3a5d68b598c Mon Sep 17 00:00:00 2001 From: Christopher Friedt Date: Thu, 23 Nov 2023 01:17:53 -0500 Subject: [PATCH] doc: posix; mark pthread_getconcurrency() supported Mark pthread_getconcurrency() and pthread_setconcurrency() as supported in documentation. Signed-off-by: Christopher Friedt --- doc/services/portability/posix/option_groups/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/services/portability/posix/option_groups/index.rst b/doc/services/portability/posix/option_groups/index.rst index 97d7ce226a83..65b96a4d2019 100644 --- a/doc/services/portability/posix/option_groups/index.rst +++ b/doc/services/portability/posix/option_groups/index.rst @@ -99,8 +99,8 @@ This table lists service support status in Zephyr: pthread_attr_getstack(),yes pthread_attr_setstack(),yes - pthread_getconcurrency(), - pthread_setconcurrency() + pthread_getconcurrency(),yes + pthread_setconcurrency(),yes .. _posix_option_group_c_lang_support: