pjd 2004/02/03 23:53:35 PST
FreeBSD src repository
Modified files:
sys/sys sx.h
Log:
Add SX_UNLOCKED define. It will be used with sx_assert(9) to be
sure that current thread does not hold given sx(9) lock.
Reviewed by: jhb
Approved by: jhb, scottl (mentor)
Revision Changes Path
1.18 +1 -0 src/sys/sys/sx.h