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

Unified Diff: runtime/bin/process.h

Issue 108003009: Signal handling. (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/bin/process.h
diff --git a/runtime/bin/process.h b/runtime/bin/process.h
index 02a9ecc845372bf46fa04c0ce5cb2f2c32e5d4a1..1afb05ec0d13f10a685f2e9794df6e4d3e8ec576 100644
--- a/runtime/bin/process.h
+++ b/runtime/bin/process.h
@@ -84,6 +84,9 @@ class Process {
static intptr_t CurrentProcessId();
+ static intptr_t SetSignalHandler(intptr_t signal);
+ static void ClearSignalHandler(intptr_t signal);
+
static Dart_Handle GetProcessIdNativeField(Dart_Handle process,
intptr_t* pid);
static Dart_Handle SetProcessIdNativeField(Dart_Handle process,
« no previous file with comments | « runtime/bin/io_natives.cc ('k') | runtime/bin/process.cc » ('j') | runtime/bin/process_linux.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698