[libc-commits] [libc] [libc] Add Darwin mutex support via os_sync primitives (PR #167722)

Schrodinger ZHU Yifan via libc-commits libc-commits at lists.llvm.org
Sun Nov 30 18:37:42 PST 2025


================
@@ -0,0 +1,45 @@
+//===-- Unittests for Darwin's Mutex ------------------------------------===//
----------------
SchrodingerZhu wrote:

Again, if futex-based mutex is now the shared implementation on both Darwin and Linux, there should be no need for a separate test file

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


More information about the libc-commits mailing list