What are threads in c?
Answer / Amar Pal Singh
In C, threads can be created using the POSIX Threads (pthreads) library. A thread is a separate flow of execution within a single program that shares resources such as memory and I/O capabilities. The pthread_create() function is used to create new threads.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a thread in c?
Do threads get their own pid?
What is thread and process?
What does thread mean in slang?
Can we overload run method of thread?
What is posix thread linux?
how can i tell how much memory linux is using?
Is thread an abstract class?
At installation,Red Hat Fedora Linux creates a symbolic link called _____ to the appropriate cd-rom device
Can we start two threads at a time?
What do cores and threads do?
What is the main disadvantage of user level threads?