Thread

mikeshn

Senior member
Oct 9, 2001
367
0
0
For example , in a system with THreads, is there one stack per thread or one stack per process?
1. In User-level thread
2. Kernel-level thread
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
I could be wrong but I believe since a thread isn't a full process it doesn't have it's own stack, it uses the process' stack.