NetBSD-Bugs archive

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

PR/50350 CVS commit: src/lib/libpthread



The following reply was made to PR bin/50350; it has been noted by GNATS.

From: "Andrew Doran" <ad%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/50350 CVS commit: src/lib/libpthread
Date: Sat, 25 Jan 2020 17:58:28 +0000

 Module Name:	src
 Committed By:	ad
 Date:		Sat Jan 25 17:58:28 UTC 2020
 
 Modified Files:
 	src/lib/libpthread: pthread_mutex.c
 
 Log Message:
 pthread__mutex_unlock_slow(): ignore the DEFERRED bit.  It's only purpose
 is to get the thread to go through the slow path.  If there are waiters,
 process them there and then.  Should not affect well behaved apps.  Maybe
 of help for:
 
 PR bin/50350: rump/rumpkern/t_sp/stress_{long,short} fail on Core 2 Quad
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.66 -r1.67 src/lib/libpthread/pthread_mutex.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index