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

Unified Diff: runtime/include/dart_api.h

Issue 995883002: Yesterday's deadlock fix was wrong. It could drop notifications. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 9 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 | « runtime/bin/dbg_message.cc ('k') | runtime/observatory/lib/src/elements/debugger.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/include/dart_api.h
diff --git a/runtime/include/dart_api.h b/runtime/include/dart_api.h
index acea977726f66dfa88d41942cbe7084c4fe94222..2d2dbc3e31427a54bc39409b81e2066ea9d0549f 100755
--- a/runtime/include/dart_api.h
+++ b/runtime/include/dart_api.h
@@ -1108,6 +1108,9 @@ DART_EXPORT Dart_Handle Dart_HandleMessage();
* This function may be used by an embedder at a breakpoint to avoid
* pausing the vm service.
*
+ * This function can indirectly cause the message notify callback to
+ * be called.
+ *
* \return true if the vm service requests the program resume
* execution, false otherwise
*/
« no previous file with comments | « runtime/bin/dbg_message.cc ('k') | runtime/observatory/lib/src/elements/debugger.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698