Unix Threads Question:

Explain What are the main families of threads?

Unix Threads Interview Question
Unix Threads Interview Question

Answer:

There are two main families of threads:
POSIX-style threads, which generally run on Unix systems.
Microsoft-style threads, which generally run on PCs.
These families can be further subdivided.


Previous QuestionNext Question
Explain Critical section?Explain What are threads?