You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The <code>define_task_block</code> function may return on a thread other than the one on which it was called
241
241
unless there are no task blocks active on entry to <code>define_task_block</code> (see <cxx-refto="parallel.task_block.class"></cxx-ref>), in which
242
242
case the function returns on the original thread. When <code>define_task_block</code> returns on a different thread,
243
-
it synchronizes with operations following the call. <cxx-note> The return from define_task_block is ordered
243
+
it synchronizes with operations following the call. <cxx-note> The return from <ins><code>define_task_block</code></ins><del>define_task_block</del> is ordered
244
244
similarly to an ordinary function call in a single thread.</cxx-note> The <code>define_task_block_restore_thread</code>
245
245
function always returns on the same thread as the one on which it was called.
0 commit comments