Answers

Question and Answer:

  Home  Linux Threads

⟩ What are different ways of creating threads?

In a process at least one thread will always be there.

So i think, when we create a new process using fork() system, this is also a thread creation (single thread only).

 137 views

More Questions for you: