threads

S

Sarath

Hi,
I want to know whether ther is any probability of implementing threads
using C language in Solaris environment

Thankx
Sarath
 
T

Thomas Matthews

Sarath said:
Hi,
I want to know whether ther is any probability of implementing threads
using C language in Solaris environment

Thankx
Sarath

You will have to use extensions to the C language, as the
_standard_ C language does not have support for threads.

Search the Solaris documentation for "pthreads".

--
Thomas Matthews

C++ newsgroup welcome message:
http://www.slack.net/~shiva/welcome.txt
C++ Faq: http://www.parashift.com/c++-faq-lite
C Faq: http://www.eskimo.com/~scs/c-faq/top.html
alt.comp.lang.learn.c-c++ faq:
http://www.comeaucomputing.com/learn/faq/
Other sites:
http://www.josuttis.com -- C++ STL Library book
http://www.sgi.com/tech/stl -- Standard Template Library
 
J

James McIninch

<posted & mailed>

The notion of threads doesn't exist in standard C.

Solaris has both a native threading implementation and a POSIX threads
implementation with a C library.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,156
Messages
2,570,878
Members
47,408
Latest member
AlenaRay88

Latest Threads

Top