589 views

1 Answer

1 votes
1 votes
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

0 votes
0 votes
0 answers
1
admin asked Oct 25, 2019
580 views
Consider a system in which it is desired to separate policy and mechanism for the scheduling of kernel threads. Propose a means of achieving this goal.
2 votes
2 votes
1 answer
4
admin asked Oct 24, 2019
1,947 views
When an interrupt or a system call transfers control to the operating system, a kernel stack area separate from the stack of the interrupted process is generally used. Wh...