Skip to content

Commit

Permalink
[thread.condition.nonmember], [futures.promise], [futures.task.member…
Browse files Browse the repository at this point in the history
…s] Say with thread storage duration
  • Loading branch information
Eisenwave committed Oct 27, 2024
1 parent 6be3897 commit 2d17154
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/threads.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2d17154

Please sign in to comment.