answersLogoWhite

0

thread is not specific to C-language. Use wikipedia to find out what threads are, and use Posix Threads (or pthreadsfor short) to create multi-threaded programs in C

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is mean by thread in c sharp?

A thread, in any language, is an independent execution path through a program.


How to create a thread in C plus plus?

Not part of the language, platform-dependent. Windows: CreateThread Posix: pthread_create in pthread.h


What is a thread in c?

A thread is basically a lightweight process.


It keeps the thread in position?

It keeps the thread in position


How to create a thread in c?

With pthread_create.


What is green thread in java language?

Green thread scheduled by jvm insteadof respective operating system(nativiely).


Why c language has name c why not a?

C-language was derived from B-language.


What is previous language of c language?

language before c language is pascal


What is C language what does it do?

C Language is First Step of Programming Language, Help for C Language you are show the correct answer


What is sinulid in English?

The word "sinulid" is in Tagalog or Filipino language (national language of the Philippines). In English language it's meaning is "thread".


What sinulid in English?

The word "sinulid" is in Tagalog or Filipino language (national language of the Philippines). In English language it's meaning is "thread".


What type of thread are defined in pthread library?

Pthreads is a set of C language programming and is heavily used in high performance computing as well as serial applications. There are several types of threads that are defined in the Pthread library. Some of the common ones include "pthread_attr_t", which is the thread creation attribute. Another popular thread is "pthread_cleanup_entry_np_t", which is the cancellation cleanup handler entry.