Subject: CVS commit: src/lib/libpthread
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 12/07/2007 01:38:38
Module Name:	src
Committed By:	ad
Date:		Fri Dec  7 01:38:38 UTC 2007

Modified Files:
	src/lib/libpthread: pthread_mutex2.c

Log Message:
pthread__mutex_lock_slow: avoid entering the waiters list if a race to
acquire the mutex is lost. Removing the current thread from the waiters
list requires at least one syscall.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/lib/libpthread/pthread_mutex2.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.