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

Unified Diff: src/utils/SkThreadUtils.h

Issue 1408213005: Remove SkThread::setProcessorAffinity() (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: gAdds Created 5 years, 2 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 | « gyp/utils.gypi ('k') | src/utils/SkThreadUtils_pthread_linux.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/utils/SkThreadUtils.h
diff --git a/src/utils/SkThreadUtils.h b/src/utils/SkThreadUtils.h
index e89bc6d09b9c2ec1aeb7aaf461513793666c7547..d9fc99d397a6b921ac2e9075b8f00c3309e19e2f 100644
--- a/src/utils/SkThreadUtils.h
+++ b/src/utils/SkThreadUtils.h
@@ -32,13 +32,6 @@ public:
*/
void join();
- /**
- * SkThreads with an affinity for the same processor will attempt to run cache
- * locally with each other. SkThreads with an affinity for different processors
- * will attempt to run on different cores. Returns false if the request failed.
- */
- bool setProcessorAffinity(unsigned int processor);
-
private:
void* fData;
};
« no previous file with comments | « gyp/utils.gypi ('k') | src/utils/SkThreadUtils_pthread_linux.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698