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

Unified Diff: runtime/include/dart_native_api.h

Issue 109803002: Profiler Take 2 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
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
Index: runtime/include/dart_native_api.h
diff --git a/runtime/include/dart_native_api.h b/runtime/include/dart_native_api.h
index 0a8038e675cc29e0aef65d9663083e8e22995175..0288c2691d274f30d1b58eca632233b35f927553 100644
--- a/runtime/include/dart_native_api.h
+++ b/runtime/include/dart_native_api.h
@@ -136,6 +136,18 @@ DART_EXPORT bool Dart_CloseNativePort(Dart_Port native_port_id);
/*
+ * ==================
+ * Thread Interrupter
+ * ==================
+ */
+
+/**
+ * Shuts down the thread interrupter. Must be done before calling exit() if
+ * the VM has not been shutdown properly (Dart_Cleanup).
+ */
+DART_EXPORT void Dart_ShutdownThreadInterrupter();
siva 2013/12/13 21:29:14 If we called Dart_Cleanup in process exit this wou
Cutch 2013/12/13 22:40:18 Done.
+
+/*
* =================
* Profiling support
* =================

Powered by Google App Engine
This is Rietveld 408576698