Thread control block: Difference between revisions

Content deleted Content added
BattyBot (talk | contribs)
m removed Template:Multiple issues & general fixes using AWB (9501)
grammatical error in fifth bullet of the TCB information section. changed "process that thread lives on" to "process that the thread lives on"
Line 8:
* State of the thread (running, ready, waiting, start, done)
* Thread's [[Processor register|register]] values
* Pointer to the [[Process control block]] (PCB) of the process that the thread lives on
 
The Thread Control Block acts as a library of information about the [[Thread (computing)|threads]] in a system. Specific information is stored in the thread control block highlighting important information about each process.