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