Jump to content

Thread control block

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 50.131.236.60 (talk) at 19:37, 15 July 2015 (grammatical error in fifth bullet of the TCB information section. changed "process that thread lives on" to "process that the thread lives on"). 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 which contains thread-specific information needed to manage it. The TCB is "the manifestation of a thread in an operating system".

An example of information contained within a TCB is:

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.

See also