# Copyright (C) 2018-2026 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

# This is a ThreadSanitizer (TSan) suppression file which provides a default
# configuration for the builds with -DENABLE_SANITIZER=ON.
# More information about LSan suppressions on
# https://github.com/google/sanitizers/wiki/threadsanitizersuppressions

# race conditions from thirdparty libs
race:libtbb
mutex:libtbb
race:libhwloc
# oneDNN primitive cache destruction race (thirdparty)
race:dnnl::impl::primitive_cache_t
# race conditions from std libs
race:libstdc++
race:libc
race:_dl_deallocate_tls
