GNU Portable Threads
From Wikipedia, the free encyclopedia
From Wikipedia, the free encyclopedia
GNU Pth (Portable Threads) is a POSIX/ANSI-C based user space thread library for UNIX platforms that provides priority-based scheduling for multithreading applications. GNU Pth targets for a high degree of portability. It is part of the GNU Project.[1]
Original author(s) | Ralf S. Engelschall |
---|---|
Initial release | July 16, 1999 |
Stable release | 2.0.7
/ June 8, 2006 |
Operating system | POSIX |
Type | Runtime library |
License | LGPL |
Website | www |
Pth also provides API emulation for POSIX threads for backward compatibility.
GNU Pth uses an N:1 mapping to kernel-space threads, i.e., the scheduling is done completely by the GNU Pth library and the kernel itself is not aware of the N threads in user-space. Because of this there is no possibility to utilize SMP as kernel dispatching would be necessary.
Seamless Wikipedia browsing. On steroids.
Every time you click a link to Wikipedia, Wiktionary or Wikiquote in your browser's search results, it will show the modern Wikiwand interface.
Wikiwand extension is a five stars, simple, with minimum permission required to keep your browsing private, safe and transparent.