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:
parent
caf72569a9
commit
5bfed9ef6b
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue