|
8815 | 8815 | \effects
|
8816 | 8816 | Transfers ownership of the lock associated with \tcode{lk} into
|
8817 | 8817 | 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 |
8819 | 8819 | the current thread have been destroyed. This notification is equivalent to:
|
8820 | 8820 | \begin{codeblock}
|
8821 | 8821 | lk.unlock();
|
|
10947 | 10947 | \effects
|
10948 | 10948 | Stores the value \tcode{r} in the shared state without making that
|
10949 | 10949 | 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 |
10951 | 10951 | current thread have been destroyed.
|
10952 | 10952 |
|
10953 | 10953 | \pnum
|
|
10982 | 10982 | \effects
|
10983 | 10983 | Stores the exception pointer \tcode{p} in the shared state without
|
10984 | 10984 | 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 |
10986 | 10986 | associated with the current thread have been destroyed.
|
10987 | 10987 |
|
10988 | 10988 | \pnum
|
|
12113 | 12113 | \tcode{*this}, otherwise the exception thrown by the task is stored. In either
|
12114 | 12114 | case, this is done without making that state ready\iref{futures.state} immediately. Schedules
|
12115 | 12115 | 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 |
12117 | 12117 | have been destroyed.
|
12118 | 12118 |
|
12119 | 12119 | \pnum
|
|
0 commit comments