Skip to content

Commit

Permalink
doc: posix; mark pthread_getconcurrency() supported
Browse files Browse the repository at this point in the history
Mark pthread_getconcurrency() and pthread_setconcurrency()
as supported in documentation.

Signed-off-by: Christopher Friedt <[email protected]>
  • Loading branch information
cfriedt committed Nov 27, 2023
1 parent caf7256 commit 5bfed9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/services/portability/posix/option_groups/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 5bfed9e

Please sign in to comment.