aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/Makefile
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2007-03-09 16:59:27 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2007-03-09 16:59:27 +0000
commite6b69890edf6ded65bd51e211a8387ba33344928 (patch)
treea3d010bc8d1234efba13a07d5cf7c37d2a6ae1d1 /share/man/man9/Makefile
parentb58aa2bde766b187bde3fe04a25452c469ab4298 (diff)
downloadsrc-e6b69890edf6ded65bd51e211a8387ba33344928.tar.gz
src-e6b69890edf6ded65bd51e211a8387ba33344928.zip
- Document cv_wait_unlock(9).
- Don't claim that the mutex is atomically reacquired when a cv_wait routine returns. There's nothing atomic or magical about the lock reacquire. The only magic is that we atomically drop the lock by placing the thread on the sleep queue before dropping the lock.
Notes
Notes: svn path=/head/; revision=167373
Diffstat (limited to 'share/man/man9/Makefile')
-rw-r--r--share/man/man9/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index af7bac213ef2..64793deb57f0 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -505,6 +505,7 @@ MLINKS+=condvar.9 cv_broadcast.9 \
condvar.9 cv_timedwait_sig.9 \
condvar.9 cv_wait.9 \
condvar.9 cv_wait_sig.9 \
+ condvar.9 cv_wait_unlock.9 \
condvar.9 cv_wmesg.9
MLINKS+=config_intrhook.9 config_intrhook_disestablish.9 \
config_intrhook.9 config_intrhook_establish.9