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

Unified Diff: nspr/pr/src/threads/combined/pruthr.c

Issue 68173008: Update to NSPR 4.10.2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Update README.chromium Created 7 years, 1 month 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 | « nspr/pr/src/pthreads/ptthread.c ('k') | scripts/nspr-checkout.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nspr/pr/src/threads/combined/pruthr.c
===================================================================
--- nspr/pr/src/threads/combined/pruthr.c (revision 233722)
+++ nspr/pr/src/threads/combined/pruthr.c (working copy)
@@ -65,6 +65,8 @@
PRThread *thread;
PRThreadStack *stack;
+ PR_ASSERT(priority == PR_PRIORITY_NORMAL);
+
_pr_terminationCVLock = PR_NewLock();
_pr_activeLock = PR_NewLock();
« no previous file with comments | « nspr/pr/src/pthreads/ptthread.c ('k') | scripts/nspr-checkout.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698