[compiler-rt] [llvm] [tsan] Introduce Adaptive Delay Scheduling to TSAN (PR #178836)
Dmitry Vyukov via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 15 02:35:01 PST 2026
================
@@ -240,6 +241,8 @@ struct alignas(SANITIZER_CACHE_LINE_SIZE) ThreadState {
bool in_internal_write_call;
#endif
+ AdaptiveDelayTlsData adaptiveDelayTlsData;
----------------
dvyukov wrote:
Nit: we use_cpp_style_names for vars here.
https://github.com/llvm/llvm-project/pull/178836
More information about the llvm-commits
mailing list