POSIX Threads

From Free net encyclopedia

Revision as of 23:00, 9 February 2006; view current 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.)

References

See also

External links