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

Unified Diff: runtime/vm/thread_interrupter.h

Issue 1061033005: Remove profiler signal handler on shutdown (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 8 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
Index: runtime/vm/thread_interrupter.h
diff --git a/runtime/vm/thread_interrupter.h b/runtime/vm/thread_interrupter.h
index 2d9e3368d9c6159195b6ba7950bc5c233b1427eb..2d3d1b37529cde2190e439428da6bcbd3023d7ae 100644
--- a/runtime/vm/thread_interrupter.h
+++ b/runtime/vm/thread_interrupter.h
@@ -92,6 +92,8 @@ class ThreadInterrupter : public AllStatic {
static void InstallSignalHandler();
+ static void RemoveSignalHandler();
+
friend class ThreadInterrupterVisitIsolates;
};

Powered by Google App Engine
This is Rietveld 408576698