diff options
Diffstat (limited to 'share/man/man3/pthread_cond_wait.3')
-rw-r--r-- | share/man/man3/pthread_cond_wait.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man3/pthread_cond_wait.3 b/share/man/man3/pthread_cond_wait.3 index 9d70318..ccbf138 100644 --- a/share/man/man3/pthread_cond_wait.3 +++ b/share/man/man3/pthread_cond_wait.3 @@ -48,7 +48,8 @@ variable specified by and unblocks the mutex specified by .Fa mutex . The waiting thread unblocks only after another thread calls -.Xr pthread_cond_signal 3 , or +.Xr pthread_cond_signal 3 , +or .Xr pthread_cond_broadcast 3 with the same condition variable, and the current thread requires the lock on |