[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:06 PDT 2026
================
@@ -0,0 +1,226 @@
+//===-- Integration test for pthread condition variables ------------------===//
----------------
kaladron wrote:
Consider a test for pthread_cond_clockwait with an unsupported clock ID to test EINVAL?
Could we test PTHREAD_COND_INITIALIZER?
These are suggestions. I haven't thought about this code as much as you have (feel free to push back)
https://github.com/llvm/llvm-project/pull/193656
More information about the libc-commits
mailing list