Add lockcountnb() - a non-blocking version of lockcount() to be used only
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 9 Nov 2004 17:41:30 +0000 (17:41 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 9 Nov 2004 17:41:30 +0000 (17:41 +0000)
commitb265bae035bb8f63e5247eac7e9602915448412c
treeddb00c2362da09dd0b5662c1f9f1c7009847d380
parent77bb9400f69fcbdf98627a45a8df6db974145f1a
Add lockcountnb() - a non-blocking version of lockcount() to be used only
for assertions when the lock state is supposedly stable.
sys/kern/kern_lock.c
sys/sys/lock.h