differtent ways of creating threads???? other than pthread



differtent ways of creating threads???? other than pthread..

Answer / rachit

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).

Is This Answer Correct ?    4 Yes 8 No

Post New Answer

More Linux Threads Interview Questions

Why is hyperthreading turned off?

0 Answers  


What is thread and process?

0 Answers  


What are linux kernel threads?

0 Answers  


What are kernel threads?

0 Answers  


Are threads as good as cores?

0 Answers  






differtent ways of creating threads???? other than pthread

1 Answers  


Why are threads useful?

0 Answers  


How many threads does an i7 7700k have?

0 Answers  


Do threads have pids?

0 Answers  


Is c++ multithreaded?

0 Answers  


What are threads in c?

0 Answers  


Why are goroutines not lightweight threads?

0 Answers  


Categories