[Lldb-commits] [PATCH] D157967: [lldb][AArch64] Use atomics to sync threads in SVE threading test

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 15 05:28:29 PDT 2023


DavidSpickett added a reviewer: omjavaid.
DavidSpickett added a comment.

I was not able to reproduce the bot's timeout situation with this or the previous implementation, but I did run this on a loop with `stress` in the background and didn't get any failures. I think doing it with atomics is at least in theory the proper way to do it regardless, even if it has its own corner cases that I haven't thought of.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157967



More information about the lldb-commits mailing list