1 # This file lists the functions, object files and source files
2 # which should be ignored (i.e. not instrumented) by ThreadSanitizer on Windows.
4 # We ignore security libraries for now since their instrumentation is very slow.
5 # TODO(timurrrr): investigate whether we need to instrument them
9 fun_r:*BCryptGenerateSymmetricKey*
10 fun_r:*CryptAcquireContext*
15 # Use less detailed instrumentation of STL
17 # Don't instrument some stl internals - they shouldn't be useful
21 # Benign race on mutex unlock
24 # Benign race during clock initialization
25 fun_r:*InitializeClock*
27 # Some unknown Windows guts
29 fun:unnamedImageEntryPoint
30 fun_r:RtlDestroyQueryDebugBuffer
31 fun:_updatetlocinfoEx_nolock
33 # Strange reports on net_unittests, maybe related to raising
34 # a debug exception by PlatformThread
35 # TODO(timurrrr): investigate
36 fun_r:*PlatformThread*SetName*