POSIX Threads
From Free net encyclopedia
Revision as of 23:00, 9 February 2006; view current revision
←Older revision | Newer revision→
←Older revision | Newer revision→
POSIX Threads is a POSIX standard for threads. The standard defines an API for creating and manipulating threads.
Libraries implementing the POSIX Threads standard are often named Pthreads. Pthreads are most commonly used on POSIX systems such as Linux and Unix, but Microsoft Windows implementations also exist. (Note: in text, Pthreads is written with an upper-case P.)
[edit]
References
- David R. Butenhof: Programming with POSIX Threads, Addison-Wesley, ISBN 0-201-63392-2
- Bradford Nichols, Dick Buttlar, Jacqueline Proulx Farell: Pthreads Programming, O'Reilly & Associates, ISBN 1-56592-115-1
- Charles J. Northrup: Programming with UNIX Threads, John Wiley & Sons, ISBN 0-471-13751-0
[edit]
See also
[edit]
External links
- POSIX Threading and Synchronous Wrappers
- Multithreaded Programming (pthreads Tutorial)
- pthread Tutorial
- Article "POSIX threads explained" by Daniel Robbins (Gentoo Linux founder)
- Discussion "Why Pthreads are better than Win32 threads"
- Open Source POSIX Threads for Win32
- ThreadsPP C++ library
- The Open Group Base Specifications Issue 6, IEEE Std 1003.1Template:Software-stub