[libcxx-commits] [PATCH] D114119: [libcxx] Fix potential lost wake-up in counting semaphore
Olivier Giroux via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Nov 22 11:40:14 PST 2021
__simt__ added a comment.
I've just read up the backstory of this.
I agree with the explanation of the bug, and agree the fix is to just notify_all() regardless of the update amount.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114119/new/
https://reviews.llvm.org/D114119
More information about the libcxx-commits
mailing list