[libcxx-commits] [libcxx] [libcxx] Shared Mutex no longer holds the lock when calling notify_* on gates. (PR #107876)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jan 9 09:00:55 PST 2025


https://github.com/ldionne approved this pull request.

Sorry for the much delayed review, this fell between the cracks. This seems correct to me since the lock only needs to be held when the variable is modified, but I'd also like someone else to validate this. @huixie90 perhaps?

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


More information about the libcxx-commits mailing list