From 2d171548a2e9376fd5aae13fbc4efb954e865712 Mon Sep 17 00:00:00 2001 From: Eisenwave Date: Sun, 27 Oct 2024 10:47:27 +0100 Subject: [PATCH] [thread.condition.nonmember], [futures.promise], [futures.task.members] Say with thread storage duration --- source/threads.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/threads.tex b/source/threads.tex index cb0f99e12a..1f2f8319eb 100644 --- a/source/threads.tex +++ b/source/threads.tex @@ -8762,7 +8762,7 @@ \effects Transfers ownership of the lock associated with \tcode{lk} into internal storage and schedules \tcode{cond} to be notified when the current -thread exits, after all objects of thread storage duration associated with +thread exits, after all objects with thread storage duration associated with the current thread have been destroyed. This notification is equivalent to: \begin{codeblock} lk.unlock(); @@ -10895,7 +10895,7 @@ \effects Stores the value \tcode{r} in the shared state without making that state ready immediately. Schedules that state to be made ready when the current -thread exits, after all objects of thread storage duration associated with the +thread exits, after all objects with thread storage duration associated with the current thread have been destroyed. \pnum @@ -10930,7 +10930,7 @@ \effects Stores the exception pointer \tcode{p} in the shared state without making that state ready immediately. Schedules that state to be made ready when -the current thread exits, after all objects of thread storage duration +the current thread exits, after all objects with thread storage duration associated with the current thread have been destroyed. \pnum @@ -12064,7 +12064,7 @@ \tcode{*this}, otherwise the exception thrown by the task is stored. In either case, this is done without making that state ready\iref{futures.state} immediately. Schedules the shared state to be made ready when the current thread exits, -after all objects of thread storage duration associated with the current thread +after all objects with thread storage duration associated with the current thread have been destroyed. \pnum