You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
----------------------------------------------
Thread sanitizer (TSAN) is a tool that detect data races, deadlocks between threads. (it also sometimes report heap-use-after-free in same thread check #71 for issues reported in current repo)
For more information, checkout https://clang.llvm.org/docs/ThreadSanitizer.html
0 commit comments