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

Unified Diff: src/untrusted/irt/irt_private_pthread.c

Issue 2050043004: Increase the number of pthread keys available to the IRT (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Created 4 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/untrusted/irt/irt_private_pthread.c
diff --git a/src/untrusted/irt/irt_private_pthread.c b/src/untrusted/irt/irt_private_pthread.c
index c555495094e39b63c3369bfa408ef7db20d0e155..2729d5d49f93dd76029587a05f488ba72da2bde4 100644
--- a/src/untrusted/irt/irt_private_pthread.c
+++ b/src/untrusted/irt/irt_private_pthread.c
@@ -15,7 +15,7 @@
*/
#undef PTHREAD_KEYS_MAX
-#define PTHREAD_KEYS_MAX 16
+#define PTHREAD_KEYS_MAX 32
#define NC_TSD_NO_MORE_KEYS irt_tsd_no_more_keys()
static void irt_tsd_no_more_keys(void) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698