================
@@ -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
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits