diff options
Diffstat (limited to 'tsan-suppress.txt')
-rw-r--r-- | tsan-suppress.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tsan-suppress.txt b/tsan-suppress.txt index 852ab8ac14fc..0f31634eb2c7 100644 --- a/tsan-suppress.txt +++ b/tsan-suppress.txt @@ -111,3 +111,9 @@ race:LanguageTag:: # harmless race on m_storedTypeRefs race:cppu::getTypeEntries + +# double-checked locking in our +# inline ::css::uno::Type const & cppu_detail_getUnoType(css:uno:Foo const *) +# generated code +race:typelib_typedescription_newEmpty +race:typelib_typedescriptionreference_getByName |