Jump to content

Thread control block

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by BattyBot (talk | contribs) at 10:10, 28 September 2013 (removed Template:Multiple issues & general fixes using AWB (9501)). 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