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

What is posix thread linux?

0 Answers  


An extended partition can contain many sub partitions called_______

7 Answers  


Can python be multithreaded?

0 Answers  


Do threads count as cores?

0 Answers  


What is a thread os?

0 Answers  


A _____ cpu is a cpu that has a speed greater than the speed that was originally intended for the processor.

2 Answers  


how can i tell how much memory linux is using?

1 Answers   IBM,


Are goroutines thread safe?

0 Answers  


Do threads share heap?

0 Answers  


Are pthreads kernel threads?

0 Answers  


what do you mean LD_LIBRARY_PATH? What LD_LIBRARY_PATH does

2 Answers   CTS, VIT University,


Whats the difference between a thread and a process?

0 Answers  


Categories