Subject: CVS commit: [nathanw_sa] basesrc/lib/libpthread
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 07/13/2001 05:25:21
Module Name:	basesrc
Committed By:	nathanw
Date:		Fri Jul 13 02:25:21 UTC 2001

Modified Files:
	basesrc/lib/libpthread [nathanw_sa]: pthread_mutex.c

Log Message:
Convert to new queue type.

Remove a level of indirection in the definition and use of
pthread_mutex_t.

Add a note about Pthreads memory visibility rules.

Use an optimistic simple-lock approach for locking mutexes. Should be
faster in the common case.


To generate a diff of this commit:
cvs rdiff -r1.1.2.1 -r1.1.2.2 basesrc/lib/libpthread/pthread_mutex.c

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