Skip to content

Commit 6c817bb

Browse files
author
Vladimir Kotal
committed
add missing verb
1 parent c963a5b commit 6c817bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

threads.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1219,7 +1219,7 @@
12191219
it will enter sleep on a condition variable.
12201220
If the thread is the one which discovers the counter to be 0, then instead of
12211221
calling \texttt{pthread\_cond\_wait} it will send a broadcast which will
1222-
all the threads sleeping on the barrier.
1222+
wake up all the threads sleeping on the barrier.
12231223
\texttt{pthread\_cond\_signal} is not enough, since it is necessary to wake up
12241224
all the threads, not just one.
12251225
Before entering next phase the counter is initialized to previous value.

0 commit comments

Comments
 (0)