[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

process / thread stack



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.
So all the threads of a process share the same stack??
 
TIA,
Vijay