diff options
author | jhb <jhb@FreeBSD.org> | 2007-03-21 22:22:13 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2007-03-21 22:22:13 +0000 |
commit | 29a0e4d380f757b23435fa91f828052c05d7fabe (patch) | |
tree | cab34dc7b313564085dcf4f17fc1d823447d693d /lib/libc/stdlib/tdelete.c | |
parent | dee82f63223926cc8f13099524d77b36135890ea (diff) | |
download | FreeBSD-src-29a0e4d380f757b23435fa91f828052c05d7fabe.zip FreeBSD-src-29a0e4d380f757b23435fa91f828052c05d7fabe.tar.gz |
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.
Diffstat (limited to 'lib/libc/stdlib/tdelete.c')
0 files changed, 0 insertions, 0 deletions