Thread control block: Difference between revisions

Content deleted Content added
GM J (talk | contribs)
added short explanation
Fix spacing
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]]: Points to the current program instruction of the thread