View | Details | Raw Unified | Return to bug 23936
Collapse All | Expand All

(-)pthread_cond_wait.3 (-1 / +1 lines)
Lines 50-56 Link Here
50
The waiting thread unblocks only after another thread calls
50
The waiting thread unblocks only after another thread calls
51
.Xr pthread_cond_signal 3 , or
51
.Xr pthread_cond_signal 3 , or
52
.Xr pthread_cond_broadcast 3
52
.Xr pthread_cond_broadcast 3
53
with the same condition variable, and the current thread requires the lock
53
with the same condition variable, and the current thread reaquires the lock
54
on
54
on
55
.Fa mutex .
55
.Fa mutex .
56
.Sh RETURN VALUES
56
.Sh RETURN VALUES

Return to bug 23936