John Baldwin 8403b19372 Several updates:
- Consistently refer to rmlocks as "read-mostly locks".
- Relate rmlocks to rwlocks rather than sx locks since they are closer to
  rwlocks.
- Add a separate paragraph on sleepable read-mostly locks contrasting them
  with "normal" read-mostly locks.
- The flag passed to rm_init_flags() to enable recursion for readers is
  RM_RECURSE, not LO_RECURSABLE.
- Fix the description for RM_RECURSE (it allows readers to recurse, not
  writers).
- Explicitly note that rm_try_rlock() honors RM_RECURSE.
- Fix some minor grammar nits.
2012-06-08 21:30:35 +00:00
..
2012-05-18 20:34:08 +00:00
2012-05-24 14:07:44 +00:00
2012-06-08 21:30:35 +00:00
2012-06-04 15:21:13 +00:00
2009-09-04 06:19:37 +00:00
2009-09-03 17:37:23 +00:00
2012-05-12 15:08:22 +00:00