mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-07 06:50:23 -08:00
; * doc/lispref/threads.texi (Condition Variables): Fix wording.
This commit is contained in:
parent
6299eb0fe5
commit
e51ff3ee66
1 changed files with 1 additions and 1 deletions
|
|
@ -257,7 +257,7 @@ calling this. Ordinarily a single waiting thread is woken by
|
||||||
@code{condition-notify}; but if @var{all} is not @code{nil}, then all
|
@code{condition-notify}; but if @var{all} is not @code{nil}, then all
|
||||||
threads waiting on @var{cond} are notified.
|
threads waiting on @var{cond} are notified.
|
||||||
|
|
||||||
@code{condition-notify} releases the associated mutex while waiting.
|
@code{condition-notify} releases the associated mutex.
|
||||||
This allows other threads to acquire the mutex in order to wait on the
|
This allows other threads to acquire the mutex in order to wait on the
|
||||||
condition.
|
condition.
|
||||||
@c why bother?
|
@c why bother?
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue