1 parent d8bfe85 commit 60723e1Copy full SHA for 60723e1
1 file changed
source/threads.tex
@@ -2734,10 +2734,8 @@
2734
\end{codeblock}
2735
2736
\pnum
2737
-\sync The call to \tcode{notify_all_at_thread_exit} and the completion of the
2738
-destructors for all the current thread's variables of thread storage
2739
-duration synchronize with~(\ref{intro.multithread}) calls to functions
2740
-waiting on \tcode{cond}.
+\sync The implied \tcode{lk.unlock()} call is sequenced after the destruction of
+all objects with thread storage duration associated with the current thread.
2741
2742
2743
\realnote The supplied lock will be held until the thread exits, and care
0 commit comments