Subject: CVS commit: [newlock] syssrc/sys
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 03/12/2002 02:07:31
Module Name:	syssrc
Committed By:	thorpej
Date:		Tue Mar 12 00:07:31 UTC 2002

Modified Files:
	syssrc/sys/kern [newlock]: kern_mutex.c
	syssrc/sys/sys [newlock]: mutex.h

Log Message:
Implement mutex_owned() (returns true if current thread owns mutex).


To generate a diff of this commit:
cvs rdiff -r1.1.2.2 -r1.1.2.3 syssrc/sys/kern/kern_mutex.c
cvs rdiff -r1.1.2.3 -r1.1.2.4 syssrc/sys/sys/mutex.h

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