Content deleted Content added
No edit summary |
No edit summary |
||
(7 intermediate revisions by 4 users not shown) | |||
Line 1:
{{
'''Thread Control Block''' ('''TCB''') is a [[data structure]] in
Each thread has a thread control block. An operating system keeps track of the thread control blocks in kernel memory.<ref>{{Cite web |title=CS162 - Fall 2014 #7 - Kernel Threads|url=https://inst.eecs.berkeley.edu/~cs162/fa14// |access-date=2023-12-07 |website=inst.eecs.berkeley.edu|archive-url=https://web.archive.org/web/20231207231258/https://inst.eecs.berkeley.edu/~cs162/fa14//|archive-date=2023-12-07|url-status=unfit}}</ref>
An example of information contained within a TCB is:
Line 16 ⟶ 18:
* [[Parallel Thread Execution]]
* [[Process control block]] (PCB)
* [[Thread Environment Block]] (TEB)
== References ==
{{Reflist}}
[[Category:Operating system kernels]]
|