[libc-commits] [libc] [libc] add `pthread_cond_*` public interfaces (PR #193656)
Jeff Bailey via libc-commits
libc-commits at lists.llvm.org
Thu Apr 23 07:49:05 PDT 2026
================
@@ -1190,6 +1190,13 @@ if(LLVM_LIBC_FULL_BUILD)
libc.src.pthread.pthread_condattr_init
libc.src.pthread.pthread_condattr_setclock
libc.src.pthread.pthread_condattr_setpshared
+ libc.src.pthread.pthread_cond_broadcast
----------------
kaladron wrote:
So far, this doesn't look arch-dependent. Could these also go in aarch64 and riscv?
https://github.com/llvm/llvm-project/pull/193656
More information about the libc-commits
mailing list