jhb 29a0e4d380 Rename the cv_*wait*() functions to _cv_*wait*() and change their second
argument from a mutex to a lock_object.  Add cv_*wait*() wrapper macros
that accept either a mutex, rwlock, or sx lock as the second argument and
convert it to a lock_object and then call _cv_*wait*().  Basically, the
visible difference is that you can now use rwlocks and sx locks with
condition variables using the same API as with mutexes.
2007-03-21 22:22:13 +00:00
..
2005-05-31 15:18:17 +00:00
2007-03-16 13:39:04 +00:00
2006-03-23 08:47:28 +00:00
2006-09-21 01:38:58 +00:00
2006-08-16 09:34:56 +00:00
2006-03-11 10:24:50 +00:00
2005-05-08 11:30:26 +00:00
2006-04-07 05:16:02 +00:00
2006-09-22 22:11:29 +00:00
2005-01-07 19:31:43 +00:00
2005-10-03 14:06:00 +00:00
2005-12-26 22:09:09 +00:00
2007-02-06 16:24:57 +00:00
2005-12-30 11:45:07 +00:00
2007-03-01 14:38:08 +00:00
2005-09-19 08:07:18 +00:00
2005-04-02 12:33:31 +00:00
2006-03-28 16:20:29 +00:00
2006-03-28 16:20:29 +00:00
2006-11-11 16:19:12 +00:00
2005-11-16 18:18:52 +00:00
2006-11-26 11:55:48 +00:00
2006-12-20 19:26:30 +00:00
2006-12-20 19:00:52 +00:00
2006-03-01 06:48:31 +00:00
2006-11-29 19:08:45 +00:00