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-01-28 06:39:56 +00:00
2001-06-06 13:58:03 +00:00
2001-06-25 18:30:42 +00:00
2000-12-01 08:57:47 +00:00
2001-06-22 19:54:38 +00:00
2001-01-01 23:09:53 +00:00
2001-06-01 10:07:28 +00:00
2001-06-01 10:07:28 +00:00
2000-09-29 13:36:47 +00:00
2000-04-22 15:13:06 +00:00
2001-06-12 09:40:04 +00:00
2001-06-12 09:40:04 +00:00
2001-05-28 01:00:03 +00:00
2001-06-16 07:02:47 +00:00
2000-12-01 08:57:47 +00:00
2001-05-30 03:28:59 +00:00
2001-05-30 03:28:59 +00:00
2001-05-30 03:28:59 +00:00
2001-05-15 18:12:38 +00:00
2001-06-11 12:39:29 +00:00
2001-06-11 12:39:29 +00:00