Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

what is a thread in os

Process is a program in execution.
A thread is a segment of the process.

It is a basic unit of CPU utilization, consisting of a program counter,
a stack, and a set of registers, an ID.

A thread is also called a light-weight process.
 
PREVIOUS NEXT
Tagged: #thread #os
ADD COMMENT
Topic
Name
7+5 =