[libc-commits] [libc] [llvm] [libc][CndVar] reimplmement conditional variable with FIFO ordering (PR #192748)

Alexey Samsonov via libc-commits libc-commits at lists.llvm.org
Wed Apr 22 10:55:01 PDT 2026


================
@@ -21,12 +21,8 @@
 
 #include <stdio.h>
 
-#ifndef LIBC_COPT_TIMEOUT_ENSURE_MONOTONICITY
-#define LIBC_COPT_TIMEOUT_ENSURE_MONOTONICITY 1
----------------
vonosmas wrote:

Since this default is now gone and we purely depend on `LIBC_CONF_TIMEOUT_ENSURE_MONOTONICITY` configuration, would you mind also setting the default LIBC_COPT_TIMEOUT_ENSURE_MONOTONICITY in Bazel in utils/bazel/llvm-project-overlay/libc/libc_configure_options.bzl ?

https://github.com/llvm/llvm-project/pull/192748


More information about the libc-commits mailing list