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

Unified Diff: src/trusted/service_runtime/nacl_syscall_hook.c

Issue 10392005: Thread suspension: Implement for Linux (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Comment about docs 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/nacl_signal.h ('k') | src/trusted/service_runtime/posix/nacl_signal.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/service_runtime/nacl_syscall_hook.c
diff --git a/src/trusted/service_runtime/nacl_syscall_hook.c b/src/trusted/service_runtime/nacl_syscall_hook.c
index 5b4bde16d532c219245b860f30b291bc7b4456fc..7d19d635e4240966bdc36d8741293d690b756e80 100644
--- a/src/trusted/service_runtime/nacl_syscall_hook.c
+++ b/src/trusted/service_runtime/nacl_syscall_hook.c
@@ -162,7 +162,7 @@ NORETURN void NaClSyscallCSegHook(int32_t tls_idx) {
* After this NaClAppThreadSetSuspendState() call, we should not
* claim any mutexes, otherwise we risk deadlock. Note that if
* NACLVERBOSITY is set high enough to enable the NaClLog() calls in
- * NaClSwitchToApp(), these calls could deadlock on Windows.
+ * NaClSwitchToApp(), these calls could deadlock.
*/
NaClAppThreadSetSuspendState(natp, NACL_APP_THREAD_TRUSTED,
NACL_APP_THREAD_UNTRUSTED);
« no previous file with comments | « src/trusted/service_runtime/nacl_signal.h ('k') | src/trusted/service_runtime/posix/nacl_signal.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698