Skip to content

Commit 87bd9ce

Browse files
committed
Adjust "in the mean time" description of tasklet
Since the init function may be interrupted. Tweak the description of "in the mean time". Close #152
1 parent 2a2cfb5 commit 87bd9ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lkmpg.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1763,7 +1763,8 @@ \section{Scheduling Tasks}
17631763
\subsection{Tasklets}
17641764
\label{sec:tasklet}
17651765
Here is an example tasklet module.
1766-
The \cpp|tasklet_fn| function runs for a few seconds and in the mean time execution of the \cpp|example_tasklet_init| function continues to the exit point.
1766+
The \cpp|tasklet_fn| function runs for a few seconds.
1767+
In the meantime, execution of the \cpp|example_tasklet_init| function may continue to the exit point, depending on whether it is interrupted by \textbf{softirq}.
17671768

17681769
\samplec{examples/example_tasklet.c}
17691770

0 commit comments

Comments
 (0)