5.1k views
5 votes
"which should belong to a process control block for a multithreaded system?"

User Dqm
by
7.7k points

1 Answer

5 votes
It contains a register image, thread priority and thread state information.
Threads have their own stack for each thread, as well as separate control block for each
thread.Process control block: It contains a process identification, process
state
information and process control information
User Snowbldr
by
8.5k points