[clang] [compiler-rt] [llvm] [tsan] Introduce Adaptive Delay Scheduling to TSAN (PR #178836)
Chris Cotter via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 15 20:26:20 PST 2026
================
@@ -1324,6 +1332,7 @@ int cond_wait(ThreadState *thr, uptr pc, ScopedInterceptor *si, const Fn &fn,
INTERCEPTOR(int, pthread_cond_wait, void *c, void *m) {
void *cond = init_cond(c);
SCOPED_TSAN_INTERCEPTOR(pthread_cond_wait, cond, m);
+ GetFuzzingScheduler().MutexCvOp();
----------------
ccotter wrote:
Resolving - I removed the delay here.
https://github.com/llvm/llvm-project/pull/178836
More information about the llvm-commits
mailing list