[libc-commits] [libc] [libc] add `pthread_cond_*` public interfaces (PR #193656)
Schrodinger ZHU Yifan via libc-commits
libc-commits at lists.llvm.org
Thu Apr 23 08:09:20 PDT 2026
================
@@ -0,0 +1,226 @@
+//===-- Integration test for pthread condition variables ------------------===//
----------------
SchrodingerZhu wrote:
I think these are good suggestions. It is also a good thing to test PTHREAD_COND_INITIALIZER should initialize condvar as bytewise-eq as the null attribute. I will add one test.
https://github.com/llvm/llvm-project/pull/193656
More information about the libc-commits
mailing list