Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(238)

Unified Diff: tools/valgrind/tsan/suppressions.txt

Issue 9521010: Remove NOTIMPLEMENTED() from PlatformThread::SetThreadPriority() for posix. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/threading/platform_thread_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/tsan/suppressions.txt
diff --git a/tools/valgrind/tsan/suppressions.txt b/tools/valgrind/tsan/suppressions.txt
index 5c31c96be080a69e5abdebc64f02ead02373a9fd..5c4a7196e83abfc2963c50549a789305bc213a1a 100644
--- a/tools/valgrind/tsan/suppressions.txt
+++ b/tools/valgrind/tsan/suppressions.txt
@@ -339,30 +339,6 @@
fun:base::ThreadCollisionWarner::Leave
}
-{
- bug_100026a
- ThreadSanitizer:Race
- ...
- fun:std::*
- ...
- fun:logging::LogMessage::*LogMessage
- fun:base::PlatformThread::SetThreadPriority
- fun:base::SimpleThread::SetThreadPriority
- fun:AudioDevice::Run
-}
-
-{
- bug_100026b
- ThreadSanitizer:Race
- ...
- fun:std::*
- ...
- fun:logging::LogMessage::*LogMessage
- fun:base::PlatformThread::SetThreadPriority
- fun:AudioDeviceThread::Thread::ThreadMain
- ...
-}
-
############################
# 2.2 Benign races in Chromium
{
« no previous file with comments | « base/threading/platform_thread_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698