Tagged articles
1 articles
Page 1 of 1
Liangxu Linux
Liangxu Linux
Jun 25, 2023 · Fundamentals

Understanding Linux Process Creation: Kernel and User Space APIs

This article explains Linux process creation and termination, covering kernel functions like kernel_thread, kthread_create, kthread_run, the central _do_fork implementation, and user‑space interfaces such as fork, vfork, and pthread_create, with code snippets and diagrams.

KernelLinuxfork
0 likes · 7 min read
Understanding Linux Process Creation: Kernel and User Space APIs