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

Shreeyash Pandey via libc-commits libc-commits at lists.llvm.org
Mon Dec 1 05:37:39 PST 2025


================
@@ -0,0 +1,131 @@
+//===--- Implementation of a Darwin mutex class -----------*- C++-*-===//
----------------
bojle wrote:

Understood. I was uncertain as to the extent of generality we were looking for. I'll take this as a signal to make things as general as they can be (starting with moving mutex.h out of os folders) and into __support/thread/. 

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


More information about the libc-commits mailing list