git

Форк
0
/
.tsan-suppressions 
16 строк · 689.0 Байт
1
# Suppressions for ThreadSanitizer (tsan).
2
#
3
# This file is used by setting the environment variable TSAN_OPTIONS to, e.g.,
4
# "suppressions=$(pwd)/.tsan-suppressions". Observe that relative paths such as
5
# ".tsan-suppressions" might not work.
6

7
# A static variable is written to racily, but we always write the same value, so
8
# in practice it (hopefully!) doesn't matter.
9
race:^want_color$
10
race:^transfer_debug$
11

12
# A boolean value, which tells whether the replace_map has been initialized or
13
# not, is read racily with an update. As this variable is written to only once,
14
# and it's OK if the value change right after reading it, this shouldn't be a
15
# problem.
16
race:^lookup_replace_object$
17

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.