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 |
How does thread pool keeps the thread alive?
how can i tell how much memory linux is using?
Are goroutines thread safe?
What does 4 cores and 4 threads mean?
is there a command line shortcut to the login directory
A _____ cpu is a cpu that has a speed greater than the speed that was originally intended for the processor.
At installation,Red Hat Fedora Linux creates a symbolic link called _____ to the appropriate cd-rom device
How many threads does an i7 7700k have?
What are the advantages of threads?
Why are user level threads faster than kernel level threads?
Do threads share program counter?
What is thread and process?