[libcxx-commits] [PATCH] D114119: [libcxx] Fix potential lost wake-up in counting semaphore

Fabian Wolff via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Apr 14 07:03:25 PDT 2022


fwolff updated this revision to Diff 422851.
fwolff added a comment.

In D114119#3449098 <https://reviews.llvm.org/D114119#3449098>, @ldionne wrote:

> Also, if you re-upload a patch, you should be able to see if it hangs forever (we now enforce a timeout in our CI).

OK, I've implemented the change now, fingers crossed...


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114119/new/

https://reviews.llvm.org/D114119

Files:
  libcxx/include/atomic
  libcxx/include/latch
  libcxx/include/semaphore
  libcxx/test/std/thread/thread.semaphore/lost_wakeup.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114119.422851.patch
Type: text/x-patch
Size: 6742 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220414/f6797420/attachment.bin>


More information about the libcxx-commits mailing list