jhb f78f351da3 Miscellaneous cleanups to _mtx_lock_sleep():
- Declare some local variables at the top of the function instead of in a
  nested block.
- Use mtx_owned() instead of masking off bits from mtx_lock manually.
- Read the value of mtx_lock into 'v' as a separate line rather than inside
  an if statement for clarity.  This code is hairy enough as it is.
2003-03-04 20:32:41 +00:00
..
2003-02-14 12:44:48 +00:00
2003-01-07 20:10:04 +00:00
2003-02-12 07:00:59 +00:00
2003-02-20 03:26:11 +00:00
2003-02-20 03:26:11 +00:00