Threads in C

B

Binoy

Hi,

I would like to know how to implement single or multithreading with C
implemented under Linux/Unix. Also if anyone can help me in finding
any link wherein I could find any information for threadin in C it
will be very helpful.


Thanks
Binoy
 
J

Joona I Palaste

Binoy said:
I would like to know how to implement single or multithreading with C
implemented under Linux/Unix. Also if anyone can help me in finding
any link wherein I could find any information for threadin in C it
will be very helpful.

Threads are not part of standard C, so therefore they are off-topic
here. Please ask in comp.unix.programmer.
 
L

Lew Pitcher

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,

I would like to know how to implement single or multithreading with C
implemented under Linux/Unix. Also if anyone can help me in finding
any link wherein I could find any information for threadin in C it
will be very helpful.

http://groups.google.com/[email protected]&lr=&hl=en


- --

Lew Pitcher, IT Consultant, Enterprise Application Architecture
Enterprise Technology Solutions, TD Bank Financial Group

(Opinions expressed here are my own, not my employer's)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (MingW32)

iD8DBQFAxgOsagVFX4UWr64RAsWYAJ90vKsJRuglRlHIq5s7Wy8dHvx+uACgthLf
fnEvLAu2DzjJ56/Pzadozts=
=fhL4
-----END PGP SIGNATURE-----
 
S

Stephen Sprunk

Binoy said:
I would like to know how to implement single or multithreading with C
implemented under Linux/Unix. Also if anyone can help me in finding
any link wherein I could find any information for threadin in C it
will be very helpful.

Standard C does not define threads, so the question is off-topic in
comp.lang.c.

You are probably looking for POSIX Threads (aka pthreads), and can find more
information on them in comp.unix.programmer or via Google.

S
 
K

Keith Thompson

I would like to know how to implement single or multithreading with C
implemented under Linux/Unix. Also if anyone can help me in finding
any link wherein I could find any information for threadin in C it
will be very helpful.

Single threading is easy. Multithreading is off-topic.
 

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,143
Messages
2,570,822
Members
47,368
Latest member
michaelsmithh

Latest Threads

Top