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

Unified Diff: src/trusted/port/thread.h

Issue 10441152: Debug stub: suspend/resume threads on Linux Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 8 years, 7 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 | « src/trusted/gdb_rsp/test.cc ('k') | src/trusted/service_runtime/linux/thread_suspension.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/port/thread.h
diff --git a/src/trusted/port/thread.h b/src/trusted/port/thread.h
index eed194bb80865c7d78c38cf2e2b160c2cc6f2f05..32c235b7d5c59cc134c2646219a0f9aaebf472f2 100644
--- a/src/trusted/port/thread.h
+++ b/src/trusted/port/thread.h
@@ -57,6 +57,9 @@ class IThread {
static void Release(IThread *thread);
static void SetExceptionCatch(CatchFunc_t func, void *cookie);
+ static void SuspendAll(uint32_t signaled_id);
+ static void ResumeAll(uint32_t signaled_id);
+
protected:
virtual ~IThread() {} // Prevent delete of base pointer
};
« no previous file with comments | « src/trusted/gdb_rsp/test.cc ('k') | src/trusted/service_runtime/linux/thread_suspension.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698