Skip to content

Commit

Permalink
doc: posix: mark pthread_cleanup_push() and pop() as supported
Browse files Browse the repository at this point in the history
Update docs to reflect additional support of
pthread_cleanup_push() and pthread_cleanup_pop().

Signed-off-by: Christopher Friedt <cfriedt@meta.com>
  • Loading branch information
cfriedt committed Nov 27, 2023
1 parent 7901655 commit 30d90e1
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 @@ -32,8 +32,8 @@ multiple processes.
pthread_barrierattr_init(),yes
pthread_barrierattr_setpshared(),yes
pthread_cancel(),yes
pthread_cleanup_pop(),
pthread_cleanup_push(),
pthread_cleanup_pop(),yes
pthread_cleanup_push(),yes
pthread_cond_broadcast(),yes
pthread_cond_destroy(),yes
pthread_cond_init(),yes
Expand Down

0 comments on commit 30d90e1

Please sign in to comment.