[libc-commits] [libc] [llvm] [libc][CndVar] reimplmement conditional variable with FIFO ordering (PR #192748)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Mon Apr 20 13:52:53 PDT 2026
================
@@ -59,3 +59,19 @@ add_integration_test(
libc.src.pthread.pthread_create
libc.src.pthread.pthread_join
)
+
+add_integration_test(
+ cndvar_test
+ SUITE
+ libc-support-threads-integration-tests
+ SRCS
+ cndvar_test.cpp
+ DEPENDS
+ libc.hdr.time_macros
+ libc.src.__support.threads.CndVar
----------------
michaelrj-google wrote:
missing `expected` and `mutex_common`
https://github.com/llvm/llvm-project/pull/192748
More information about the libc-commits
mailing list