Subject: CVS commit: src/lib/libpthread
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 01/31/2003 06:59:41
Module Name:	src
Committed By:	nathanw
Date:		Fri Jan 31 04:59:41 UTC 2003

Modified Files:
	src/lib/libpthread: pthread.c pthread_barrier.c pthread_cond.c
	    pthread_rwlock.c

Log Message:
Use pthread__sched_sleepers() instead of iterating over sleep queues
ourself.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/lib/libpthread/pthread.c
cvs rdiff -r1.3 -r1.4 src/lib/libpthread/pthread_barrier.c
cvs rdiff -r1.4 -r1.5 src/lib/libpthread/pthread_cond.c
cvs rdiff -r1.2 -r1.3 src/lib/libpthread/pthread_rwlock.c

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