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

Unified Diff: Source/Platform/chromium/public/Platform.h

Issue 100433005: [oilpan] Rename PauseScope to SafePointScope (Closed) Base URL: svn://svn.chromium.org/blink/branches/oilpan
Patch Set: Created 7 years 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 | « no previous file | Source/WebKit/chromium/src/WebKit.cpp » ('j') | Source/WebKit/chromium/src/WebKit.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/Platform/chromium/public/Platform.h
diff --git a/Source/Platform/chromium/public/Platform.h b/Source/Platform/chromium/public/Platform.h
index 03c01fc8750c310e473a8a36733b8b2670d2ef7a..ec3c9c12d1fc8a941cad7de73766d9acb14348d1 100644
--- a/Source/Platform/chromium/public/Platform.h
+++ b/Source/Platform/chromium/public/Platform.h
@@ -94,8 +94,8 @@ public:
typedef int FileHandle;
#endif
- WEBKIT_EXPORT static void markCurrentThreadPaused();
- WEBKIT_EXPORT static void markCurrentThreadResumed();
+ WEBKIT_EXPORT static void enterSafePoint();
+ WEBKIT_EXPORT static void leaveSafePoint();
WEBKIT_EXPORT static void attachThread(intptr_t* startOfStack);
WEBKIT_EXPORT static void detachThread();
« no previous file with comments | « no previous file | Source/WebKit/chromium/src/WebKit.cpp » ('j') | Source/WebKit/chromium/src/WebKit.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698