We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a4e57f commit eec9ee5Copy full SHA for eec9ee5
src/taskblock.tex
@@ -90,8 +90,8 @@
90
dereferencing such a pointer results in undefined behavior.
91
92
\pnum
93
-A \tcode{task_block} is \defn{active} if it was created by the \defn{nearest
94
- enclosing} \defn{task block}, where \defn{task block} refers to an invocation
+A \tcode{task_block} is \defn{active} if it was created by the \term{nearest
+ enclosing} \term{task block}, where \defn{task block} refers to an invocation
95
of \tcode{define_task_block} or \tcode{define_task_block_restore_thread} and
96
\defn{nearest enclosing} means the most recent invocation that has not yet
97
completed. Code designated for execution in another thread by means other
0 commit comments