Unix Threads Question: Download Unix Threads PDF

Explain What are threads?

Tweet Share WhatsApp

Answer:

A thread is an encapsulation of the flow of control in a
program. Most people are used to writing single-threaded
programs - that is, programs that only execute one path
through their code "at a time". Multithreaded programs may
have several threads running through different code
paths "simultaneously".

Download Unix Threads PDF Read All 12 Unix Threads Questions
Previous QuestionNext Question
Explain What are the main families of threads?How to edit the network interface device type in container(zone) in Solaris 10?