in Operating System
580 views
0 votes
0 votes
In a system with threads, is there one stack per thread or one stack per process when user-level threads are used? What about when kernel-level threads are used? Explain.
in Operating System
by
580 views

1 Answer

1 vote
1 vote
Threads have their own Program counter,Stack,registers but share address space. So,I think the answer will be one stack per thread for both cases.

Related questions