John Baldwin 5f36700a32 - Add trylock variants of shared and exclusive locks.
- The sx assertions don't actually need the internal sx mutex lock, so
  don't bother doing so.
- Add a new assertion SX_ASSERT_LOCKED() that asserts that either a
  shared or exclusive lock should be held.  This assertion should be used
  instead of SX_ASSERT_SLOCKED() in almost all cases.
- Adjust some KASSERT()'s to include file and line information.
- Use the new witness_assert() function in the WITNESS case for sx slock
  asserts to verify that the current thread actually owns a slock.
2001-06-27 06:39:37 +00:00
..
2001-06-25 23:56:56 +00:00
2001-06-09 05:21:17 +00:00
2001-06-24 12:08:47 +00:00
2001-06-24 18:19:24 +00:00
2001-06-16 19:32:37 +00:00
2001-06-25 16:38:09 +00:00
2001-06-24 14:52:55 +00:00
2001-03-20 10:42:49 +00:00
2001-06-11 12:39:29 +00:00
2001-06-14 11:05:01 +00:00
2001-06-26 11:53:12 +00:00
2001-06-15 07:44:39 +00:00