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

Unified Diff: third_party/nss/mozilla/nsprpub/pr/src/md/windows/w95thred.c

Issue 1701001: Attach a "foreign" thread to NSPR as a "system" thread so that... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 8 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 | « third_party/nss/README.chromium ('k') | third_party/nss/patches/nspr-attach-as-system-thread.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/nss/mozilla/nsprpub/pr/src/md/windows/w95thred.c
===================================================================
--- third_party/nss/mozilla/nsprpub/pr/src/md/windows/w95thred.c (revision 39612)
+++ third_party/nss/mozilla/nsprpub/pr/src/md/windows/w95thred.c (working copy)
@@ -309,7 +309,7 @@
if (NULL == thread) {
thread = _PRI_AttachThread(
- PR_USER_THREAD, PR_PRIORITY_NORMAL, NULL, 0);
+ PR_SYSTEM_THREAD, PR_PRIORITY_NORMAL, NULL, 0);
}
PR_ASSERT(thread != NULL);
return thread;
« no previous file with comments | « third_party/nss/README.chromium ('k') | third_party/nss/patches/nspr-attach-as-system-thread.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698