[libc-commits] [libc] [libc] rework mutex (PR #92168)

Nick Desaulniers via libc-commits libc-commits at lists.llvm.org
Fri May 24 10:33:47 PDT 2024


================
@@ -29,12 +30,12 @@ struct CndVar {
 
   CndWaiter *waitq_front;
   CndWaiter *waitq_back;
-  Mutex qmtx;
+  internal::RawMutex qmtx;
----------------
nickdesaulniers wrote:

Do we really need to bother with the `internal` namespace?

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


More information about the libc-commits mailing list