Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-9]: src/lib/libpthread Pull up following revision(s) (requested b...



details:   https://anonhg.NetBSD.org/src/rev/82f28f0ecdf2
branches:  netbsd-9
changeset: 843702:82f28f0ecdf2
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Dec 18 20:18:20 2019 +0000

description:
Pull up following revision(s) (requested by joerg in ticket #571):

        lib/libpthread/pthread_int.h: revision 1.97

Bump PTHREAD__UNPARK_MAX to 128 as bandaid for locking related hangs.

diffstat:

 lib/libpthread/pthread_int.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d6062bfc70f0 -r 82f28f0ecdf2 lib/libpthread/pthread_int.h
--- a/lib/libpthread/pthread_int.h      Wed Dec 18 20:04:32 2019 +0000
+++ b/lib/libpthread/pthread_int.h      Wed Dec 18 20:18:20 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pthread_int.h,v 1.95 2019/03/05 01:35:52 christos Exp $        */
+/*     $NetBSD: pthread_int.h,v 1.95.2.1 2019/12/18 20:18:20 martin Exp $      */
 
 /*-
  * Copyright (c) 2001, 2002, 2003, 2006, 2007, 2008 The NetBSD Foundation, Inc.
@@ -58,7 +58,7 @@
 #define        PTHREAD_HIDE    /* nothing */
 #endif
 
-#define        PTHREAD__UNPARK_MAX     32
+#define        PTHREAD__UNPARK_MAX     128
 
 /*
  * The size of this structure needs to be no larger than struct



Home | Main Index | Thread Index | Old Index