[ back to toc ]

Multi-threading

Date: 2002/05/08 09:23

Q:
Hi,

I have to write a program in C with multi-threading. Do you have
pdf-documents with the syntax or examples?

thx

*NAME-DELETED*
A:
Simple question, simple answer: no.

btw: why do you even insist on the format being PDF?

You can find many documentation of the pthread functions in the GNU
texinfo documents. Just go to a Linux prompt and type:

info pthread_create

MSDN is also a good source of information for Microsoft specific
threading.

regards,
Peter

[ back to toc ]