Skip to content

Commit 7445919

Browse files
committed
[thread.latch] Remove italics from non-definition of "latch".
1 parent afed449 commit 7445919

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/threads.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4919,9 +4919,8 @@
49194919

49204920
\rSec2[thread.latch]{Latches}
49214921

4922-
\indextext{latch|see{thread, latch}}%
49234922
\pnum
4924-
A \defnx{latch}{thread!latch} is a thread coordination mechanism
4923+
A latch is a thread coordination mechanism
49254924
that allows any number of threads to block
49264925
until an expected number of threads arrive at the latch
49274926
(via the \tcode{count_down} function).

0 commit comments

Comments
 (0)