Skip to content

Commit cd2ba24

Browse files
authored
Merge pull request #156 from linD026/master
Adjust "in the mean time" description of tasklet
2 parents 2a2cfb5 + 87bd9ce commit cd2ba24

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)