Module Name: src Committed By: pgoyette Date: Mon May 1 21:35:26 UTC 2017
Modified Files: src/sys/kern: kern_mutex.c subr_lockdebug.c src/sys/rump/librump/rumpkern: locks.c src/sys/sys: mutex.h Log Message: Introduce mutex_ownable() to determine if it is possible for the current process to acquire a mutex. To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/sys/kern/kern_mutex.c cvs rdiff -u -r1.55 -r1.56 src/sys/kern/subr_lockdebug.c cvs rdiff -u -r1.73 -r1.74 src/sys/rump/librump/rumpkern/locks.c cvs rdiff -u -r1.20 -r1.21 src/sys/sys/mutex.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.