
1) init start_time_ns_ before the file_read_thread_ is started to avoid data racing as the start_time_ns_ will also be read by the file_read_thread_. 2) add CriticalSection to protect |finished_| that is accessed by FileReadThread and the main thread Also remove the suppression for filemediaengine.cc, which has already been fixed in other cl. TBR=henrike@webrtc.org TEST=try bots and manual tsan v2 test BUG=2078 Review URL: https://webrtc-codereview.appspot.com/2509004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5018 4adac7df-926f-26a2-2b94-8c16560cd09d
34 lines
1.2 KiB
Plaintext
34 lines
1.2 KiB
Plaintext
# False positive in system wrappers.
|
|
# See https://code.google.com/p/webrtc/issues/detail?id=300 for details.
|
|
race:webrtc/system_wrappers/source/thread_posix.cc
|
|
|
|
# Audio processing
|
|
# See https://code.google.com/p/webrtc/issues/detail?id=2521 for details.
|
|
race:webrtc/modules/audio_processing/aec/aec_core.c
|
|
race:webrtc/modules/audio_processing/aec/aec_rdft.c
|
|
|
|
# Video coding
|
|
# See https://code.google.com/p/webrtc/issues/detail?id=2484 for details.
|
|
# race:webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc
|
|
|
|
# libjingle_peerconnection_unittest
|
|
# See https://code.google.com/p/webrtc/issues/detail?id=1205
|
|
race:talk/app/webrtc/test/fakeaudiocapturemodule.cc
|
|
|
|
# libjingle_p2p_unittest
|
|
# See https://code.google.com/p/webrtc/issues/detail?id=2079
|
|
race:talk/base/messagequeue.cc
|
|
race:talk/base/testclient.cc
|
|
race:talk/base/virtualsocketserver.cc
|
|
race:talk/p2p/base/stunserver_unittest.cc
|
|
|
|
# libjingle_unittest
|
|
# See https://code.google.com/p/webrtc/issues/detail?id=2080
|
|
race:talk/base/asyncudpsocket.cc
|
|
race:talk/base/logging.cc
|
|
race:talk/base/natserver.cc
|
|
race:talk/base/physicalsocketserver.cc
|
|
race:talk/base/sharedexclusivelock_unittest.cc
|
|
race:talk/base/signalthread_unittest.cc
|
|
race:talk/base/thread.cc
|