Thread control block

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

This article is issued from Wikipedia - version of the 7/15/2015. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.