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

Unified Diff: sky/engine/platform/heap/ThreadState.h

Issue 678003003: Begin to remove heap/* (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 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 | « sky/engine/platform/heap/HeapTerminatedArrayBuilder.h ('k') | sky/engine/platform/heap/ThreadState.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/platform/heap/ThreadState.h
diff --git a/sky/engine/platform/heap/ThreadState.h b/sky/engine/platform/heap/ThreadState.h
index 53c0cd0966d49515658d45e0fabc745391f485d3..441f82fc883fc30044521455571a6599cfbb1cb2 100644
--- a/sky/engine/platform/heap/ThreadState.h
+++ b/sky/engine/platform/heap/ThreadState.h
@@ -300,16 +300,8 @@ public:
typedef HashSet<ThreadState*> AttachedThreadStateSet;
static AttachedThreadStateSet& attachedThreads();
- // Initialize threading infrastructure. Should be called from the main
- // thread.
- static void init();
- static void shutdown();
- static void shutdownHeapIfNecessary();
bool isTerminating() { return m_isTerminating; }
- static void attachMainThread();
- static void detachMainThread();
-
// Trace all persistent roots, called when marking the managed heap objects.
static void visitPersistentRoots(Visitor*);
« no previous file with comments | « sky/engine/platform/heap/HeapTerminatedArrayBuilder.h ('k') | sky/engine/platform/heap/ThreadState.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698