Content deleted Content added
No edit summary |
added short explanation |
||
Line 6:
* 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
* State of the thread (running, ready, waiting, start, done)
* Thread's [[Processor register|register]] values
|