>From 8cf8ccf218f2a3b3a15911a6a4619c21627dfe37 Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiyks@xxxxxxxxx> Date: Sun, 14 Oct 2018 08:09:49 +0900 Subject: [PATCH 7/6] count: Fix typo (missing \lnref) Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- Paul, This fixes typo in Patch 4/6 ("count: Employ new scheme for snippet of count_lim_sig"). Thanks, Akira -- count/count.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/count/count.tex b/count/count.tex index d8d60db..4d13394 100644 --- a/count/count.tex +++ b/count/count.tex @@ -2421,7 +2421,7 @@ if (counting) { Lines~\lnref{b}-\lnref{e} shows \co{flush_local_count()}, which is called from the slowpath to flush all threads' local counts. The loop spanning -lines~\lnref{loop:b}-{loop:e} advances the \co{theft} state for each +lines~\lnref{loop:b}-\lnref{loop:e} advances the \co{theft} state for each thread that has local count, and also sends that thread a signal. Line~\lnref{skip} skips any non-existent threads. Otherwise, line~\lnref{checkmax} checks to see if the current thread holds any local -- 2.7.4