Chromium Code Reviews| Index: tools/valgrind/tsan/ignores_mac.txt |
| =================================================================== |
| --- tools/valgrind/tsan/ignores_mac.txt (revision 65511) |
| +++ tools/valgrind/tsan/ignores_mac.txt (working copy) |
| @@ -19,6 +19,16 @@ |
| # TODO(glider): replace all the CoreFoundation suppressions with ignores. |
| fun_r:CFBag* |
| fun_r:CFDictionary* |
| +fun_r:CFBasicDictionary* |
| +#fun_r:CFBasicHash* |
|
Timur Iskhodzhanov
2010/11/10 09:45:59
?
|
| # see crbug.com/46138 |
| fun_r:__CFRunLoopDeallocate |
| + |
| +fun_r:__CFRunLoopRemoveAllSources |
| +fun_r:__CFFinalizeRunLoop |
| + |
| +# _cthread_fork_child() is called in the child process after the fork syscall. |
| +# This function cleans up the cthread data structures created in the parent, |
| +# so ThreadSanitizer might consider it racey. |
| +fun_r:_cthread_fork_child |