Description
Supports programs built with GCC's Thread Sanitizer, a debugging tool that detects data races and threading mistakes. It is useful when developers test multi-threaded software and need clearer reports about unsafe shared-memory access.
It is not needed for normal desktop use unless a sanitizer-built program depends on it. Developers and test environments are the main audience.