Jump to content

Thread control block

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Sarahj2107 (talk | contribs) at 14:28, 24 May 2013 (added wikilinks, rm {{dead end}}, rm duplicated {{unreferenced}} tag). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Thread Control Block (TCB) is a data structure in the operating system kernel containing the information needed to manage a particular process. The TCB is "the manifestation of a thread in an operating system".

Thread control block contain thread specific information such as

-Stack pointer, PC, thread state (running, …), register values, a pointer to PCB, …

The Thread Control Block acts as a library of information about the Threads in a system. Specific information is stored in the Thread control block highlighting important information about each process.