[compiler-rt] [llvm] [tsan] Introduce Adaptive Delay Scheduling to TSAN (PR #178836)
Chris Cotter via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 13 12:45:21 PST 2026
================
@@ -1702,6 +1742,7 @@ TSAN_INTERCEPTOR(int, __fxstat, int version, int fd, void *buf) {
SCOPED_TSAN_INTERCEPTOR(__fxstat, version, fd, buf);
if (fd > 0)
FdAccess(thr, pc, fd);
+ GetFuzzingScheduler().MutexCvOp();
----------------
ccotter wrote:
I do not know why I added a delay here (this file was entirely manually edited by me).
https://github.com/llvm/llvm-project/pull/178836
More information about the llvm-commits
mailing list