[bootlin/training-materials updates] master: kernel: processes: Reword the sentence about threads in a process (7a9f1397)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri Oct 29 10:46:37 CEST 2021


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/7a9f13971d1c05c0adb8d6724ae0037f91b09420

>---------------------------------------------------------------

commit 7a9f13971d1c05c0adb8d6724ae0037f91b09420
Author: Miquel Raynal <miquel.raynal at bootlin.com>
Date:   Fri May 7 10:31:03 2021 +0200

    kernel: processes: Reword the sentence about threads in a process
    
    Avoid a repetition by rewording a bit a sentence.
    
    Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>


>---------------------------------------------------------------

7a9f13971d1c05c0adb8d6724ae0037f91b09420
 .../kernel-driver-development-processes.tex                            | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/slides/kernel-driver-development-processes/kernel-driver-development-processes.tex b/slides/kernel-driver-development-processes/kernel-driver-development-processes.tex
index 0cac6149..2396fefd 100644
--- a/slides/kernel-driver-development-processes/kernel-driver-development-processes.tex
+++ b/slides/kernel-driver-development-processes/kernel-driver-development-processes.tex
@@ -12,8 +12,7 @@
     \begin{itemize}
     \item An address space, which contains the program code, data,
       stack, shared libraries, etc.
-    \item One thread, entity known by the scheduler.
-    \item Upon creation, a process contains one thread
+    \item A single thread, which is the only entity known by the scheduler.
     \end{itemize}
   \item Additional threads can be created inside an existing process,
     using \code{pthread_create()}




More information about the training-materials-updates mailing list