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

Unified Diff: runtime/bin/builtin_in.cc

Issue 8227010: Fix deadlock in process exit handling (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed review comments from @ager Created 9 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 | « no previous file | runtime/bin/process.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/builtin_in.cc
diff --git a/runtime/bin/builtin_in.cc b/runtime/bin/builtin_in.cc
index 3a40dd1e907c2780a220124d618795bb05239ab7..fdc504519f9d51040a1c85ce9c2244384ea5986b 100644
--- a/runtime/bin/builtin_in.cc
+++ b/runtime/bin/builtin_in.cc
@@ -40,8 +40,9 @@ static const char Builtin_source_[] = {
V(File_Flush, 1) \
V(EventHandler_Start, 1) \
V(EventHandler_SendData, 4) \
- V(Process_Kill, 2) \
V(Process_Start, 8) \
+ V(Process_Kill, 2) \
+ V(Process_Exit, 2) \
V(Socket_CreateConnect, 3) \
V(Socket_Available, 1) \
V(Socket_ReadList, 4) \
« no previous file with comments | « no previous file | runtime/bin/process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698