Skip to content

Commit 5e89270

Browse files
committed
[thread.condition.nonmember], [futures.promise], [futures.task.members] Say "with thread storage duration"
1 parent 7ac9e94 commit 5e89270

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/threads.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8815,7 +8815,7 @@
88158815
\effects
88168816
Transfers ownership of the lock associated with \tcode{lk} into
88178817
internal storage and schedules \tcode{cond} to be notified when the current
8818-
thread exits, after all objects of thread storage duration associated with
8818+
thread exits, after all objects with thread storage duration associated with
88198819
the current thread have been destroyed. This notification is equivalent to:
88208820
\begin{codeblock}
88218821
lk.unlock();
@@ -10947,7 +10947,7 @@
1094710947
\effects
1094810948
Stores the value \tcode{r} in the shared state without making that
1094910949
state ready immediately. Schedules that state to be made ready when the current
10950-
thread exits, after all objects of thread storage duration associated with the
10950+
thread exits, after all objects with thread storage duration associated with the
1095110951
current thread have been destroyed.
1095210952

1095310953
\pnum
@@ -10982,7 +10982,7 @@
1098210982
\effects
1098310983
Stores the exception pointer \tcode{p} in the shared state without
1098410984
making that state ready immediately. Schedules that state to be made ready when
10985-
the current thread exits, after all objects of thread storage duration
10985+
the current thread exits, after all objects with thread storage duration
1098610986
associated with the current thread have been destroyed.
1098710987

1098810988
\pnum
@@ -12113,7 +12113,7 @@
1211312113
\tcode{*this}, otherwise the exception thrown by the task is stored. In either
1211412114
case, this is done without making that state ready\iref{futures.state} immediately. Schedules
1211512115
the shared state to be made ready when the current thread exits,
12116-
after all objects of thread storage duration associated with the current thread
12116+
after all objects with thread storage duration associated with the current thread
1211712117
have been destroyed.
1211812118

1211912119
\pnum

0 commit comments

Comments
 (0)