blob: 1fdca490de893d5a89218e9603b57c16049cb8f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# This file lists the functions, object files and source files
# which should be ignored (i.e. not instrumented) by ThreadSanitizer on Windows.
# We ignore security libraries for now since their instrumentation is very slow.
# TODO(timurrrr): investigate whether we need to instrument them
obj:*CRYPT32.dll*
obj:*RPCRT4.dll*
# Benign race on mutext unlock
fun:_Mtxunlock
# Some unknown Windows guts
fun_r:Ordinal_*
fun:unnamedImageEntryPoint
|