#
# ThreadSanitizer suppressions file for rocprofiler project.
#

# leaked thread
thread:libhsa-runtime64.so

# data race in operator delete(void*)
race:libamdhip64.so

# unlock of an unlocked mutex (or by a wrong thread)
mutex:librocm_smi64.so

# google logging
race:google::LogMessageTime::CalcGmtOffset
race:tzset_internal

# bug in libtsan.so.0 which thinks there is a
# double mutex lock (there isn't one)
mutex:external/ptl/source/PTL/TaskGroup.hh
