LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Pthreads API (https://www.linuxquestions.org/questions/programming-9/pthreads-api-467045/)

kamransoomro84 07-24-2006 05:53 AM

Pthreads API
 
Hi. Where can I find the source code for the pthreads API. Thanks.

zulfilee 07-24-2006 06:41 AM

I have a few pthread links

See if it helps

Links for pthread.

http://www-ccs.ucsd.edu/c/lib_prin.html
http://www-128.ibm.com/developerwork.../l-posix1.html
http://www.llnl.gov/computing/tutorials/pthreads/
http://users.actcom.co.il/~choo/lupg...ti-thread.html
http://yolinux.com/TUTORIALS/LinuxTu...ixThreads.html
http://www.ibiblio.org/pub/Linux/doc...tml/Types.html

kamransoomro84 07-24-2006 12:34 PM

All of these links are just tutorials. I want the actual source code.

95se 07-24-2006 01:31 PM

pthreads is actually an API for creating/using/manipulating threads in a POSIX enviroment. There are many different implementations of it, for many different operating systems. You probably want to google for nptl download source

zulfilee 07-25-2006 12:51 AM

Yes but some links have links to source also :->

Try this out

http://www.gnu.org/software/pth/

kamransoomro84 07-25-2006 12:19 PM

Thankyou. I will try what you have suggested.


All times are GMT -5. The time now is 02:13 AM.