
|
|
|
|
Home / Computers / Programming / Threads / POSIX
|
| Categories |
|
|
- Computers/ Software/ Operating Systems/ Linux/ Programming/ Threads@ (5)
|
|
|
|
|
Web Sites
|
- Getting Started with POSIX Threads - Introduction to POSIX threads with sample source available for download.
dis.cs.umass.edu/~wagner/threads_html/tutorial.html
- Introduction to Programming Threads - Introduces what threads are, why they are useful and how to program with them using the POSIX 1003.1c thread standard and API bindings for C.
www.mit.edu/people/proven/IAP_2000/index.html
- LinuxThreads FAQ - Frequently asked questions about the kernel-level multi-threading library for Linux.
pauillac.inria.fr/~xleroy/linuxthreads/faq.html
- Multithreaded Programming with Pthreads - The complimentary site for the book with the same title.
vig.prenhall.com/catalog/professional/product/1,4096,0136807291,00.html
- POSIX Threads Explained, Part 1 - How to use POSIX threads to increase the responsiveness and performance of your code.
www-106.ibm.com/developerworks/library/posix1.html
- POSIX Threads Explained, Part 2 - How to protect the integrity of shared data structures in threaded code by using mutexes.
www-106.ibm.com/developerworks/library/posix2
- POSIX Threads Explained, Part 3 - How to use condition variables.
www-106.ibm.com/developerworks/library/l-posix3
- POSIX Threads Tutorial - How to write parallel applications using POSIX threads.
www.math.arizona.edu/swig/pthreads/threads.html
- Threads - The Single UNIX Specification (Version 2) standard for threads. Includes manual pages of all POSIX thread functions.
www.opengroup.org/onlinepubs/7908799/xsh/threads.html
|
|
|
|
|