Canadian Content - POSIX
POSIX Listings & Download   Canadian Content
    Search:
POSIX

POSIX (Threads)

Canadian Content - POSIX Canadian Content > Computers: Programming: Threads: POSIX:


POSIX

POSIX further on these related pages:


Linux@
Similar Categories Top/Computers/Software/Operating Systems/POSIX

POSIX Sites:

An Introduction to POSIX Threads An Introduction to POSIX Threads
An Introduction to POSIX Threads An Introduction to POSIX Threads: This article demystifies the POSIX thread interface, providing practical examples of threaded code for consideration. (POSIX)
http://www-106.ibm.com/developerworks/library/l-pthred.html
POSIX Synchronous Wrappers POSIX Synchronous Wrappers
POSIX Synchronous Wrappers POSIX Synchronous Wrappers: A set of C++ wrappers for posix synchronous entities such as pthread, mutexes and condition. (POSIX)
http://www.partow.net/programming/posixsynchwrapper/index.html
POSIX Threads Explained, Part 1 POSIX Threads Explained, Part 1
POSIX Threads Explained, Part 1 POSIX Threads Explained, Part 1: How to use POSIX threads to increase the responsiveness and performance of your code. (POSIX)
http://www-106.ibm.com/developerworks/library/posix1.html
Multithreaded Programming with Pthreads Multithreaded Programming with Pthreads
Multithreaded Programming with Pthreads Multithreaded Programming with Pthreads: The complimentary site for the book with the same title. (POSIX)
http://vig.prenhall.com/catalog/professional/product/1,4096,0136807291,00.html
Multi-Threaded Programming with POSIX Threads Multi-Threaded Programming with POSIX Threads
Multi-Threaded Programming with POSIX Threads Multi-Threaded Programming with POSIX Threads: Attempts to show how the library's features can be used in "real-life" programs. It explains the different tools defined by the library, shows how to use them, and then gives an example of using them to solve programming problems. (POSIX)
http://users.actcom.co.il/~choo/lupg/tutorials/multi-thread/multi-thread.html
Getting Started with POSIX Threads Getting Started with POSIX Threads
Getting Started with POSIX Threads Getting Started with POSIX Threads: Introduction to POSIX threads with sample source available for download. (POSIX)
http://dis.cs.umass.edu/~wagner/threads_html/tutorial.html
GNU Pth GNU Pth
GNU Pth GNU Pth: Portable Threads: portable POSIX/ANSI-C library for Unix gives non-preemptive priority-based scheduling for multithreading in programs. All threads run in same address space, each has its own program counter, run time stack, signal mask, errno variable; c (POSIX)
http://www.gnu.org/software/pth/
POSIX Threads Tutorial POSIX Threads Tutorial
POSIX Threads Tutorial POSIX Threads Tutorial: How to write parallel applications using POSIX threads. By Mark Hays. (POSIX)
http://www.laptev.org/doc/pthreads.html
POSIX Threads Explained, Part 2 POSIX Threads Explained, Part 2
POSIX Threads Explained, Part 2 POSIX Threads Explained, Part 2: How to protect the integrity of shared data structures in threaded code by using mutexes. (POSIX)
http://www-106.ibm.com/developerworks/library/l-posix2/
LinuxThreads FAQ LinuxThreads FAQ
LinuxThreads FAQ LinuxThreads FAQ: Frequently asked questions about the kernel-level multi-threading library for Linux. (POSIX)
http://pauillac.inria.fr/~xleroy/linuxthreads/faq.html
Next Generation POSIX Threading: NGPT Next Generation POSIX Threading: NGPT
Next Generation POSIX Threading: NGPT Next Generation POSIX Threading: NGPT: Goals: solve problems of pthreads library on Linux; add M:N threading, raise POSIX compliance and speed in threaded programs, more so under SMP, give threading services more like commercial Unix. Derived from GNU Pth. [Open Source, LGPL] (POSIX)
http://www-124.ibm.com/pthreads/
Threads Threads
Threads Threads: The Single UNIX Specification (Version 2) standard for threads. Includes manual pages of all POSIX thread functions. (POSIX)
http://www.opengroup.org/onlinepubs/7908799/xsh/threads.html
Native POSIX Thread Library: NPTL Native POSIX Thread Library: NPTL
Native POSIX Thread Library: NPTL Native POSIX Thread Library: NPTL: White paper describes actual implementation of thread library for which requirements are spelled out in a prior document. Many things are different. [Red Hat, PDF] (POSIX)
http://people.redhat.com/drepper/nptl-design.pdf
Introduction to Programming Threads Introduction to Programming Threads
Introduction to Programming Threads 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. (POSIX)
http://www.mit.edu/people/proven/IAP_2000/index.html
Native POSIX Thread Library (NPTL) 0.1 Released Native POSIX Thread Library (NPTL) 0.1 Released
Native POSIX Thread Library (NPTL) 0.1 Released Native POSIX Thread Library (NPTL) 0.1 Released: Initial performance: 8x Linux Threads, 4x NGPT. [Linux Weekly News] (POSIX)
http://lwn.net/Articles/10465/
POSIX Threads Explained, Part 3 POSIX Threads Explained, Part 3
POSIX Threads Explained, Part 3 POSIX Threads Explained, Part 3: How to use condition variables. (POSIX)
http://www-106.ibm.com/developerworks/library/l-posix3/