doc: posix: mark pthread_cleanup_push() and pop() as supported
Update docs to reflect additional support of pthread_cleanup_push() and pthread_cleanup_pop(). Signed-off-by: Christopher Friedt <cfriedt@meta.com>
This commit is contained in:
parent
fe456ee5be
commit
e260201204
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue