freebsd-skq/share/man
John Baldwin 8f27b08e87 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
..
man1
man3
man4 Document net.link.tap.up_on_open. 2007-03-19 18:27:00 +00:00
man5 Spell .Xr without a '/'. 2007-03-11 10:48:34 +00:00
man6
man7 - Add missing subdirectories in BSD.usr.dist mtree file. 2007-03-02 14:56:15 +00:00
man8
man9 Rename the cv_*wait*() functions to _cv_*wait*() and change their second 2007-03-21 22:22:13 +00:00
Makefile