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

Side by Side Diff: patches/nspr-attach-as-system-thread.patch

Issue 12089033: Update to NSPR 4.9.5 Beta 2, part 2: actual changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Created 7 years, 10 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « mozilla/nsprpub/pr/src/threads/prcthr.c ('k') | patches/nspr-merge-795213.patch » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Index: mozilla/nsprpub/pr/src/md/windows/w95thred.c 1 Index: mozilla/nsprpub/pr/src/md/windows/w95thred.c
2 =================================================================== 2 ===================================================================
3 RCS file: /cvsroot/mozilla/nsprpub/pr/src/md/windows/w95thred.c,v 3 RCS file: /cvsroot/mozilla/nsprpub/pr/src/md/windows/w95thred.c,v
4 retrieving revision 3.19 4 retrieving revision 3.22
5 diff -u -r3.19 w95thred.c 5 diff -p -u -r3.22 w95thred.c
6 --- mozilla/nsprpub/pr/src/md/windows/w95thred.c» 11 Jun 2010 01:34:54 -00 00» 3.19 6 --- mozilla/nsprpub/pr/src/md/windows/w95thred.c» 13 Jun 2012 02:17:05 -00 00» 3.22
7 +++ mozilla/nsprpub/pr/src/md/windows/w95thred.c» 27 Jul 2011 21:09:33 -00 00 7 +++ mozilla/nsprpub/pr/src/md/windows/w95thred.c» 29 Jan 2013 01:16:53 -00 00
8 @@ -309,7 +309,7 @@ 8 @@ -313,7 +313,7 @@ PRThread *thread;
9 9
10 if (NULL == thread) { 10 if (NULL == thread) {
11 thread = _PRI_AttachThread( 11 thread = _PRI_AttachThread(
12 - PR_USER_THREAD, PR_PRIORITY_NORMAL, NULL, 0); 12 - PR_USER_THREAD, PR_PRIORITY_NORMAL, NULL, 0);
13 + PR_SYSTEM_THREAD, PR_PRIORITY_NORMAL, NULL, 0); 13 + PR_SYSTEM_THREAD, PR_PRIORITY_NORMAL, NULL, 0);
14 } 14 }
15 PR_ASSERT(thread != NULL); 15 PR_ASSERT(thread != NULL);
16 return thread; 16 return thread;
OLDNEW
« no previous file with comments | « mozilla/nsprpub/pr/src/threads/prcthr.c ('k') | patches/nspr-merge-795213.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698