Commit 3318a73e authored by glider@chromium.org's avatar glider@chromium.org

Suppress more data races reported by ThreadSanitizer v2

 - race on IPC::SyncChannel::ReceivedSyncMsgQueue::lazy_tls_ptr_ (issue 273047)
 - race in the PostponeInterruptsScope ctor (issue 290964)
 - races on CommandLine::current_process_commandline_ (issue 268946)

BUG=273047,290964,268946
TBR=thestig@chromium.org

Review URL: https://codereview.chromium.org/23503059

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223341 0039d316-1c4b-4281-b951-d872f2087c98
parent 9cc89854
......@@ -108,6 +108,7 @@ race:tracked_objects::ThreadData::tls_index_
# http://crbug.com/268946
race:CommandLine::HasSwitch
race:CommandLine::current_process_commandline_
# http://crbug.com/270037
race:gLibCleanupFunctions
......@@ -120,9 +121,10 @@ race:base::g_top_manager
# http://crbug.com/273047
race:base::*::g_lazy_tls_ptr
race:IPC::SyncChannel::ReceivedSyncMsgQueue::lazy_tls_ptr_
# http://crbug.com/280466
race:content::WebRtcAudioCapturer::SetCapturerSource
# http://crbug.com/290964
race:~PostponeInterruptsScope
race:PostponeInterruptsScope
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment