Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

POSIX Threads

You are here: irt.org | FOLDOC | POSIX Threads

<programming> (Pthreads) A POSIX standard API that defines a set of C programming language types, functions and constants for creating and manipulating pre-emptive threads.

The standard's full name is "POSIX.1c, Threads extensions (IEEE Std 1003.1c-1995)". Implementations are available on many Unix-like POSIX-conformant operating systems such as FreeBSD, NetBSD, OpenBSD, GNU/Linux, Mac OS X and Solaris as well as DR-DOS and Microsoft Windows.

Pthreads was designed and implemented in the PART Project (POSIX / Ada-Runtime Project).

(2012-04-18)

Nearby terms: poset « positional representation « POSIX « POSIX Threads » POST » post » postcardware

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb