cvs commit: src/share/man/man9 rmlock.9 src/sys/sys rmlock.h
src/sys/kern kern_rmlock.c
Robert Watson
rwatson at FreeBSD.org
Sat Nov 10 07:06:30 PST 2007
rwatson 2007-11-10 15:06:30 UTC
FreeBSD src repository
Modified files:
share/man/man9 rmlock.9
sys/sys rmlock.h
sys/kern kern_rmlock.c
Log:
Add rm_wowned(9) function to test whether the current thread owns an
exclusive lock on the passed rmlock.
Reviewed by: ups
Revision Changes Path
1.3 +8 -2 src/share/man/man9/rmlock.9
1.2 +7 -0 src/sys/kern/kern_rmlock.c
1.2 +1 -0 src/sys/sys/rmlock.h
More information about the cvs-src
mailing list