We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c963a5b commit 6c817bbCopy full SHA for 6c817bb
threads.tex
@@ -1219,7 +1219,7 @@
1219
it will enter sleep on a condition variable.
1220
If the thread is the one which discovers the counter to be 0, then instead of
1221
calling \texttt{pthread\_cond\_wait} it will send a broadcast which will
1222
-all the threads sleeping on the barrier.
+wake up all the threads sleeping on the barrier.
1223
\texttt{pthread\_cond\_signal} is not enough, since it is necessary to wake up
1224
all the threads, not just one.
1225
Before entering next phase the counter is initialized to previous value.
0 commit comments