Thread control block: Difference between revisions

Content deleted Content added
grammatical error in fifth bullet of the TCB information section. changed "process that thread lives on" to "process that the thread lives on"
No edit summary
Line 4:
 
An example of information contained within a TCB is:
*[[Thread Identifier]]:Unique id (tid) is assigned to every new thread
* [[Stack pointer]]: Points to thread's stack in the process
* [[Program counter]]