Content deleted Content added
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
|