Chromium Code Reviews| 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 |
| * ================= |