differtent ways of creating threads???? other than pthread
Answer Posted / 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 View All Answers
Which thread method is called when a thread starts?
How many cores and threads do I need?
Is face threading safe?
Is face threading bad?
How many threads can run on a single processor?
Do threads have pids?
Are threads cores?
Which way of creating thread is better?
What is the biggest advantage of implementing threads in user space?
Are goroutines threads?
What is the difference between user level thread and kernel level thread?
Is it better to have more cores or more threads?
What is a thread in email?
Why do we need thread pool?
Is creating a thread expensive?