doc: posix; mark pthread_getconcurrency() supported

Mark pthread_getconcurrency() and pthread_setconcurrency()
as supported in documentation.

Signed-off-by: Christopher Friedt <cfriedt@meta.com>
This commit is contained in:
Christopher Friedt 2023-11-23 01:17:53 -05:00 committed by Chris Friedt
parent caf72569a9
commit 5bfed9ef6b

View file

@ -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: