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

Unified Diff: src/trusted/service_runtime/sel_ldr.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/service_runtime/posix/nacl_signal.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/service_runtime/sel_ldr.h
diff --git a/src/trusted/service_runtime/sel_ldr.h b/src/trusted/service_runtime/sel_ldr.h
index 950c4b2a780edf53f12410257ce41b96021a7bbe..f41f6362dd7b90de5e487987a4686f8a3a5af52f 100644
--- a/src/trusted/service_runtime/sel_ldr.h
+++ b/src/trusted/service_runtime/sel_ldr.h
@@ -765,6 +765,10 @@ void NaClUntrustedThreadResume(struct NaClAppThread *natp);
void NaClUntrustedThreadsSuspendAll(struct NaClApp *nap, int save_registers);
void NaClUntrustedThreadsResumeAll(struct NaClApp *nap);
+void NaClUntrustedThreadsSuspendAll2(struct NaClApp *nap, struct NaClAppThread *signaled_natp);
+void NaClUntrustedThreadsResumeAll2(struct NaClApp *nap, struct NaClAppThread *signaled_natp);
+
+
#if NACL_LINUX
void NaClSuspendSignalHandler(struct NaClSignalContext *regs);
« no previous file with comments | « src/trusted/service_runtime/posix/nacl_signal.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698