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
ThreadGuard is a static analysis tool built to detect and stratify concurrency bugs in C++ codebases. Originally developed to analyze Monero code, it generalizes to support broader detection of threading issues in multithreaded applications.