We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e87901a commit cc0504cCopy full SHA for cc0504c
1 file changed
source/exec.tex
@@ -7065,9 +7065,9 @@
7065
\tcode{\exposid{SCHED}(s)} be the object
7066
pointed to by the pointer owned by \tcode{s.\exposid{sch_}}.
7067
The expression \tcode{get_forward_progress_guarantee(s)} is equivalent to
7068
-\tcode{get_forward_progress_guarantee(SCHED(s))}.
+\tcode{get_forward_progress_guarantee(\exposid{SCHED}(s))}.
7069
The expression \tcode{get_completion_domain<set_value_t>(s)} is equivalent to
7070
-\tcode{task_scheduler::ts-domain()}.
+\tcode{task_scheduler::\exposid{ts-domain}()}.
7071
7072
\indexlibraryctor{task_scheduler}
7073
\begin{itemdecl}
0 commit comments