Hi,
In Linux_Kernel_Development book it is mentioned that:
A process consists of one or more threads of execution.
Each thread includes a unique program counter, process stack, and set of processor registers.
Each thread includes a unique program counter, process stack, and set of processor registers.
So all the threads of a process share the same stack??
TIA,
Vijay