chromeos: bluetooth: add BluetoothInputClient
[chromium-blink-merge.git] / tools / valgrind / tsan / ignores_win32.txt
blob0d5375b50aac416631443aceaca02d554ef9ef6a
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
6 obj:*CRYPT32.dll
7 obj:*RPCRT4.dll
8 fun_r:*SHA256*
9 fun_r:*BCryptGenerateSymmetricKey*
10 fun_r:*CryptAcquireContext*
12 obj:*WINHTTP.dll
13 obj:*imagehlp.dll
15 # Use less detailed instrumentation of STL
16 fun_hist:*std::*<*
17 # Don't instrument some stl internals - they shouldn't be useful
18 fun_r:*std::_Debug*
19 fun_r:*std::_Lockit*
21 # Benign race on mutex unlock
22 fun:_Mtxunlock
24 # Benign race during clock initialization
25 fun_r:*InitializeClock*
27 # Some unknown Windows guts
28 fun_r:Ordinal_*
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*