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/a2ecf0c6c0ad
branches: netbsd-9
changeset: 466357:a2ecf0c6c0ad
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 f16eec0e05c4 -r a2ecf0c6c0ad 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